Skip to content

Commit

Permalink
Merge pull request #298 from wcampbell0x2a/add-unsquashfs-tests-to-co…
Browse files Browse the repository at this point in the history
…verage

ci: Add feature __test_unsquashfs to coverage tests
  • Loading branch information
wcampbell0x2a authored Oct 25, 2023
2 parents ea7aefb + 9b8e9a3 commit 7ac5add
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ jobs:
CARGO_TERM_COLOR: always
steps:
- uses: actions/checkout@v4
- run: sudo apt-get install -y squashfs-tools
- name: Install Rust
run: rustup update stable
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
- name: Generate code coverage
run: cargo llvm-cov --workspace --codecov --output-path codecov.json
run: cargo llvm-cov --workspace --codecov --output-path codecov.json --features __test_unsquashfs
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 7ac5add

Please sign in to comment.