mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-21 22:07:51 +00:00
Can't do that Git stuff without a checkout
Maybe *that* is why `coveralls --finish` fails?
This commit is contained in:
parent
fa863c9478
commit
fac12210cb
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -93,6 +93,9 @@ jobs:
|
||||
- "coverage"
|
||||
runs-on: "ubuntu-latest"
|
||||
steps:
|
||||
- name: "Check out Tahoe-LAFS sources"
|
||||
uses: "actions/checkout@v2"
|
||||
|
||||
- name: "Finish Coveralls Reporting"
|
||||
run: |
|
||||
# coveralls-python does have a `--finish` option but it doesn't seem
|
||||
|
Loading…
Reference in New Issue
Block a user