Skip to content

Commit

Permalink
ci: attempt to fix codecov report
Browse files Browse the repository at this point in the history
  • Loading branch information
rien333 committed Dec 12, 2024
1 parent 12f1ab9 commit 07f93e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- codecov

jobs:
test:
Expand All @@ -13,7 +14,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-depth: 2

- name: Set up Python
uses: actions/setup-python@v5
Expand All @@ -30,7 +31,7 @@ jobs:
pip install pytest pytest-cov .
- name: Run tests
run: pytest --cov --cov-report=xml
run: pytest --cov=./ --cov-report=xml

- name: Upload results to Codecov
uses: codecov/codecov-action@v5
Expand Down

0 comments on commit 07f93e5

Please sign in to comment.