Skip to content

Commit

Permalink
fix: set fail under to 14%
Browse files Browse the repository at this point in the history
  • Loading branch information
iharvarauka committed Sep 24, 2024
1 parent 1e48e2a commit adef2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
- name: Generate code coverage
run: |
cargo install cargo-tarpaulin
cargo tarpaulin --engine llvm --fail-under=20
cargo tarpaulin --engine llvm --fail-under=14

0 comments on commit adef2bd

Please sign in to comment.