mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-18 10:46:24 +00:00
attempt to report coverage results to coveralls
This commit is contained in:
parent
e92e7faeea
commit
9f5173e730
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user