Skip to content

Commit

Permalink
Fix diff-cover in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Bompard <[email protected]>
  • Loading branch information
abompard committed Jun 23, 2024
1 parent 67f5973 commit 63a0427
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
container: fedorapython/fedora-python-tox:latest
steps:
- uses: actions/checkout@v4
with:
# Needed for diff-cover
fetch-depth: 0

- name: Install dependencies
run: |
Expand Down

0 comments on commit 63a0427

Please sign in to comment.