Skip to content

Commit

Permalink
rust types crate minimum unit test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mxfactorial committed Nov 2, 2023
1 parent e0ad72a commit 53c27be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-crates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
cargo clippy -- -Dwarnings
working-directory: crates/types
- name: crates/types unit tests and coverage report
run: cargo tarpaulin
run: cargo tarpaulin --fail-under 95
working-directory: crates/types

0 comments on commit 53c27be

Please sign in to comment.