Skip to content

Commit

Permalink
Add cargo-mutants to CI (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleury authored Sep 1, 2024
1 parent ca8f16a commit ae6812c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- run: cargo install cargo-tarpaulin
- run: cargo install cargo-tarpaulin cargo-mutants
- run: cargo tarpaulin --all-features --engine llvm
- run: cargo mutants
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/target
/mutants.out*

0 comments on commit ae6812c

Please sign in to comment.