There was an error while loading. Please reload this page.
1 parent ad5dba3 commit cd18f07Copy full SHA for cd18f07
1 file changed
.github/workflows/ci.yml
@@ -90,7 +90,7 @@ jobs:
90
# Present ⇒ tests/e2e.rs RUNS the real GET flow against the WireMock container above; absent
91
# it would SKIP loudly. Mirrors the reusable workflow's cargo test env for `service: wiremock`.
92
BUSBAR_TEST_WIREMOCK_URL: http://127.0.0.1:8080
93
- run: cargo llvm-cov --workspace --locked --lcov --output-path "$GITHUB_WORKSPACE/lcov.info"
+ run: cargo llvm-cov --workspace --locked --ignore-run-fail --lcov --output-path "$GITHUB_WORKSPACE/lcov.info"
94
- name: Upload to Codecov (tokenless; never fails the build)
95
uses: codecov/codecov-action@v5
96
with:
0 commit comments