run in debug mode to collect info for bug report

This commit is contained in:
Jean-Paul Calderone 2021-01-05 20:52:02 -05:00
parent 9a8a61b740
commit f3aca51e35

View File

@ -100,7 +100,7 @@ jobs:
run: |
# Also install wheel otherwise `docopt` may fail to build
pip install wheel coveralls
python -m coveralls --finish
python -m coveralls debug --finish
env:
# Some magic value required for some magic reason.
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"