Turn down coveralls verbosity

This commit is contained in:
Sajith Sasidharan 2021-03-31 19:16:58 -04:00
parent d17f3d36c2
commit 2a62086323
1 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@ jobs:
- name: "Report Coverage to Coveralls"
run: |
pip3 install --upgrade coveralls==3.0.1
python3 -m coveralls --verbose
python3 -m coveralls
env:
# Some magic value required for some magic reason.
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
@ -152,7 +152,7 @@ jobs:
- name: "Indicate completion to coveralls.io"
run: |
pip3 install --upgrade coveralls==3.0.1
python3 -m coveralls --verbose --finish
python3 -m coveralls --finish
env:
# Some magic value required for some magic reason.
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"