Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gawashburn authored Nov 30, 2024
1 parent c03e52b commit 882289a
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,12 @@ jobs:
uses: actions/checkout@v4
- name: Select toolchain
uses: dtolnay/rust-toolchain@nightly
- name: Test
run: cargo test --all-features --no-fail-fast
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
- name: Test with coverage
run: cargo llvm-cov --all-features --no-fail-fast --lcov --output-path lcov.info
env:
CARGO_INCREMENTAL: '0'
RUSTFLAGS: '-C instrument-coverage'
RUSTDOCFLAGS: '-C instrument-coverage'
- name: Coverage report
id: coverage
uses: actions-rs/grcov@v0.1
- name: Coveralls upload
uses: coverallsapp/github-action@v2
with:
Expand Down

0 comments on commit 882289a

Please sign in to comment.