Skip to content

Commit d85c0ce

Browse files
authored
Merge pull request #163 from Pennycook/coverage-action
Force coverage.yml to check out all commits
2 parents 8409b82 + d393cdc commit d85c0ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818

1919
steps:
2020
- uses: actions/checkout@v4
21+
with:
22+
fetch-depth: 0
2123

2224
- name: Set up Python ${{ matrix.python-version }}
2325
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)