Run coveralls verbosely

This commit is contained in:
Sajith Sasidharan 2021-03-31 17:57:44 -04:00
parent 2e67e07081
commit d17f3d36c2

View File

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