Guess we need the rest of the repo too, surprise.

This commit is contained in:
Jean-Paul Calderone 2021-01-06 16:05:35 -05:00
parent fac12210cb
commit 89c54af01d

View File

@ -96,6 +96,10 @@ jobs:
- name: "Check out Tahoe-LAFS sources" - name: "Check out Tahoe-LAFS sources"
uses: "actions/checkout@v2" uses: "actions/checkout@v2"
- name: "Fetch all history for all tags and branches"
run: |
git fetch --prune --unshallow
- name: "Finish Coveralls Reporting" - name: "Finish Coveralls Reporting"
run: | run: |
# coveralls-python does have a `--finish` option but it doesn't seem # coveralls-python does have a `--finish` option but it doesn't seem