Skip to content

Commit

Permalink
Added code coverage report to GitHub actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
RRArny committed Dec 9, 2024
1 parent 03bf3cf commit ae29539
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ jobs:
run: cargo test --verbose
- name: Run Clippy
run: cargo clippy -- -W clippy::pedantic
- name: Tarpaulin Code Coverage
run: cargo tarpaulin --out json --output-dir code-coverage/

0 comments on commit ae29539

Please sign in to comment.