Skip to content

Commit 49f223d

Browse files
authored
Merge pull request #252 from FFY00/fix-diffcov
ci: fix diffcov
2 parents 216397d + 7c2164b commit 49f223d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ jobs:
7575
runs-on: ubuntu-latest
7676
steps:
7777
- uses: actions/checkout@v2
78+
with:
79+
fetch-depth: 0
7880
- name: Setup Python
7981
uses: actions/setup-python@v2
8082
with:

0 commit comments

Comments
 (0)