Skip to content

Commit e624472

Browse files
committed
Prevent CI failing on fork
1 parent 88647fc commit e624472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
5757
with:
5858
files: lcov.info
59-
fail_ci_if_error: true
59+
fail_ci_if_error: false
6060
env:
6161
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
6262
# Ensure that no files (most likely the Cargo.lock file) have changed

0 commit comments

Comments
 (0)