Skip to content

Commit e9ee415

Browse files
committed
increase checkout depth for codecov.io
1 parent f288e67 commit e9ee415

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-tests.yml

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

2929
steps:
3030
- uses: actions/checkout@v2
31+
with:
32+
fetch-depth: 0
3133

3234
- name: Set up Singularity
3335
if: ${{ matrix.step == 'unit' || matrix.step == 'mypy' }}

0 commit comments

Comments
 (0)