Skip to content

Commit

Permalink
Install tarpaulin in GitHub actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
RRArny committed Dec 9, 2024
1 parent ae29539 commit fdd83fb
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 @@ -23,4 +23,4 @@ jobs:
- name: Run Clippy
run: cargo clippy -- -W clippy::pedantic
- name: Tarpaulin Code Coverage
run: cargo tarpaulin --out json --output-dir code-coverage/
run: cargo install cargo-tarpaulin && cargo tarpaulin --out json --output-dir code-coverage/

0 comments on commit fdd83fb

Please sign in to comment.