Skip to content

Commit

Permalink
fix coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sigma67 committed Jun 2, 2024
1 parent 46a6ae2 commit 6ff686d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ jobs:
coverage run
coverage xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
file: coverage.xml
flags: unittests
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 6ff686d

Please sign in to comment.