mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-18 10:46:24 +00:00
Further tweaks to help the last step
This commit is contained in:
parent
bebcca39f6
commit
9a8a61b740
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -92,10 +92,14 @@ jobs:
|
||||
needs:
|
||||
- "coverage"
|
||||
runs-on: "ubuntu-latest"
|
||||
# Get a Python 3 environment because only the Python 3 release of
|
||||
# coveralls-python has the `--finish` flag...
|
||||
container: "python:3-slim"
|
||||
steps:
|
||||
- name: "Finish Coveralls Reporting"
|
||||
run: |
|
||||
pip install coveralls
|
||||
# Also install wheel otherwise `docopt` may fail to build
|
||||
pip install wheel coveralls
|
||||
python -m coveralls --finish
|
||||
env:
|
||||
# Some magic value required for some magic reason.
|
||||
|
Loading…
Reference in New Issue
Block a user