Skip to content

Commit

Permalink
chore: ignore failed tests in coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ngutech21 committed Mar 21, 2024
1 parent 9bfc790 commit 935513d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: chmod data-dir
run: sudo chmod -R a+rwx ./data
- name: cargo llvm-cov
run: cargo llvm-cov -j1 --locked --all-features --lcov --output-path lcov.info
run: cargo llvm-cov -j1 --ignore-run-fail --locked --all-features --lcov --output-path lcov.info
- name: Upload to codecov.io
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 935513d

Please sign in to comment.