Skip to content

Commit

Permalink
Bump Codecov GitHub action to v3.0.0
Browse files Browse the repository at this point in the history
As of v2.0.2 the recurring issue of uploading errors caused by invalid
tokens should be fixed
(codecov/codecov-action#440).  v3.0.0 is the
latest and includes those fixes.
  • Loading branch information
tautschnig committed Apr 11, 2022
1 parent 799e221 commit 69ac490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-checks.yaml
Expand Up @@ -765,7 +765,7 @@ jobs:
echo "lcov_excl_line = UNREACHABLE" > ~/.lcovrc
cmake --build build --target coverage -- -j2
- name: Upload coverage statistics to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3.0.0
with:
files: build/html/coverage.info
fail_ci_if_error: true
Expand Down

0 comments on commit 69ac490

Please sign in to comment.