Skip to content

Commit cd18f07

Browse files
committed
ci(coverage): add --ignore-run-fail so instrumentation flake never blocks upload
1 parent ad5dba3 commit cd18f07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
# Present ⇒ tests/e2e.rs RUNS the real GET flow against the WireMock container above; absent
9191
# it would SKIP loudly. Mirrors the reusable workflow's cargo test env for `service: wiremock`.
9292
BUSBAR_TEST_WIREMOCK_URL: http://127.0.0.1:8080
93-
run: cargo llvm-cov --workspace --locked --lcov --output-path "$GITHUB_WORKSPACE/lcov.info"
93+
run: cargo llvm-cov --workspace --locked --ignore-run-fail --lcov --output-path "$GITHUB_WORKSPACE/lcov.info"
9494
- name: Upload to Codecov (tokenless; never fails the build)
9595
uses: codecov/codecov-action@v5
9696
with:

0 commit comments

Comments
 (0)