Skip to content

Commit

Permalink
Try to fix codecov upload
Browse files Browse the repository at this point in the history
  • Loading branch information
NoraLoose committed Sep 13, 2024
1 parent 7193676 commit 58b3277
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,8 @@ jobs:
coverage xml
- name: Upload code coverage to Codecov
uses: codecov/codecov-action@v4.0.1
uses: codecov/codecov-action@v4
with:
file: ./coverage.xml
flags: unittests
env_vars: OS,PYTHON
name: codecov-umbrella
fail_ci_if_error: false

0 comments on commit 58b3277

Please sign in to comment.