Debug the earlier submissions to see what build_num they're providing

This commit is contained in:
Jean-Paul Calderone 2021-01-06 09:00:16 -05:00
parent f3aca51e35
commit 4b65751f51

View File

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