Skip to content

Commit a4b1c79

Browse files
committed
tried adding fetch depth of 0, because that might be important for coveralls
1 parent c4b1f8c commit a4b1c79

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
12+
with:
13+
fetch-depth: 0 # important for Coveralls to read commit history
1214
- uses: actions/setup-python@v5
1315
with:
1416
python-version: '3.x'

0 commit comments

Comments
 (0)