dump this info, who knows how many more rounds this will take

This commit is contained in:
Jean-Paul Calderone 2021-01-06 15:48:20 -05:00
parent 24a531474d
commit 52c42b5118

View File

@ -63,7 +63,7 @@ jobs:
- name: "Report Coverage to Coveralls"
run: |
pip install coveralls
python -m coveralls
python -m coveralls --verbose
env:
# Some magic value required for some magic reason.
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"