Skip to content

Commit

Permalink
Adding --ignore-run-fail
Browse files Browse the repository at this point in the history
  • Loading branch information
ebmifa committed Jan 29, 2024
1 parent 76019d2 commit d1b02d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cargo-llvm-cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Generate code coverage for nextest
continue-on-error: true
run: SUI_SKIP_SIMTESTS=1 cargo llvm-cov --no-fail-fast --lcov --output-path lcov.info nextest
run: SUI_SKIP_SIMTESTS=1 cargo llvm-cov --ignore-run-fail --lcov --output-path lcov.info nextest

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit d1b02d5

Please sign in to comment.