attempt to report coverage results to coveralls

This commit is contained in:
Jean-Paul Calderone 2023-08-07 15:58:33 -04:00
parent e92e7faeea
commit 9f5173e730

View File

@ -174,6 +174,12 @@ jobs:
command: |
python -m tox -e py311-coverage
- "run":
name: "Upload Coverage"
command: |
python -m pip install coveralls
python -m coveralls
pyinstaller:
docker:
- <<: *DOCKERHUB_AUTH