Skip to content

Commit

Permalink
Merge pull request #17 from JulianSchmid/fix-codecov
Browse files Browse the repository at this point in the history
Upgrade to codecove v4 action
  • Loading branch information
JulianSchmid authored May 2, 2024
2 parents d2deb5b + 6239d1a commit f0eed0a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
run: coverage/coverage.bash
shell: bash
- name: Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
with:
files: target/coverage/export.lcov.txt
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit f0eed0a

Please sign in to comment.