Skip to content

Commit b8f0f14

Browse files
authored
Merge pull request diffblue#6800 from tautschnig/bugfixes/codecov
Bump Codecov GitHub action to v3.0.0
2 parents 799e221 + 69ac490 commit b8f0f14

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)