Skip to content

Commit

Permalink
ci: remove fetch depth?
Browse files Browse the repository at this point in the history
  • Loading branch information
rien333 committed Dec 12, 2024
1 parent 70c5b95 commit c493cd4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 3

- name: Set up Python
uses: actions/setup-python@v5
Expand All @@ -34,7 +32,7 @@ jobs:
- name: Generate coverage
run: |
pytest
pytest --cov . --cov-report=xml
pytest --cov --cov-report=xml
- name: Upload results to Codecov
uses: codecov/codecov-action@v5
Expand Down

0 comments on commit c493cd4

Please sign in to comment.