Can't do that Git stuff without a checkout

Maybe *that* is why `coveralls --finish` fails?
This commit is contained in:
Jean-Paul Calderone 2021-01-06 15:58:48 -05:00
parent fa863c9478
commit fac12210cb

View File

@ -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