Skip to content

Commit

Permalink
Merge pull request #184 from rst0git/codecov-fix
Browse files Browse the repository at this point in the history
ci: downgrade 'codecov-action' version to v3
  • Loading branch information
adrianreber authored Jul 19, 2024
2 parents 0879a52 + ce0a56d commit b2a1cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
sudo -E make coverage
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
file: test/.coverage/coverage.out
Expand Down

0 comments on commit b2a1cfe

Please sign in to comment.