Skip to content

Commit

Permalink
try file again
Browse files Browse the repository at this point in the history
  • Loading branch information
jagerber48 committed Nov 13, 2024
1 parent 4467033 commit d3b7358
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
python -m pytest --cov --cov-report xml --cov-report term
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
with:
file: ./coverage.xml
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
test_without_numpy:
Expand All @@ -55,6 +57,8 @@ jobs:
--cov --cov-report xml --cov-report term
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
with:
file: ./coverage.xml
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
results:
Expand Down

0 comments on commit d3b7358

Please sign in to comment.