mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-03 03:36:44 +00:00
run in debug mode to collect info for bug report
This commit is contained in:
parent
9a8a61b740
commit
f3aca51e35
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -100,7 +100,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
# Also install wheel otherwise `docopt` may fail to build
|
# Also install wheel otherwise `docopt` may fail to build
|
||||||
pip install wheel coveralls
|
pip install wheel coveralls
|
||||||
python -m coveralls --finish
|
python -m coveralls debug --finish
|
||||||
env:
|
env:
|
||||||
# Some magic value required for some magic reason.
|
# Some magic value required for some magic reason.
|
||||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user