Skip to content

Commit 69ac490

Browse files
committed
Bump Codecov GitHub action to v3.0.0
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.
1 parent 799e221 commit 69ac490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ jobs:
765765
echo "lcov_excl_line = UNREACHABLE" > ~/.lcovrc
766766
cmake --build build --target coverage -- -j2
767767
- name: Upload coverage statistics to Codecov
768-
uses: codecov/codecov-action@v2
768+
uses: codecov/codecov-action@v3.0.0
769769
with:
770770
files: build/html/coverage.info
771771
fail_ci_if_error: true

0 commit comments

Comments
 (0)