mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 00:24:13 +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:
|
needs:
|
||||||
- "coverage"
|
- "coverage"
|
||||||
runs-on: "ubuntu-latest"
|
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:
|
steps:
|
||||||
- name: "Finish Coveralls Reporting"
|
- name: "Finish Coveralls Reporting"
|
||||||
run: |
|
run: |
|
||||||
pip install coveralls
|
# Also install wheel otherwise `docopt` may fail to build
|
||||||
|
pip install wheel coveralls
|
||||||
python -m coveralls --finish
|
python -m coveralls --finish
|
||||||
env:
|
env:
|
||||||
# Some magic value required for some magic reason.
|
# Some magic value required for some magic reason.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user