Guess we need the rest of the repo too, surprise.
This commit is contained in:
parent
fac12210cb
commit
89c54af01d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue