Skip to content

Commit 87d45c0

Browse files
authored
Merge branch 'main' into fix-optional-obsts
2 parents e2a5376 + 431baf6 commit 87d45c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,6 @@ jobs:
150150
- name: cargo llvm-cov
151151
run: cargo llvm-cov --locked --all-features --workspace --lcov --output-path lcov.info
152152
- name: Upload to codecov.io
153-
uses: codecov/codecov-action@v3
153+
uses: codecov/codecov-action@v4
154154
with:
155-
fail_ci_if_error: false
155+
fail_ci_if_error: true

0 commit comments

Comments
 (0)