From 53c27becf823231d4a7ea3bf8a3c68c51443fa09 Mon Sep 17 00:00:00 2001 From: max funk Date: Thu, 2 Nov 2023 14:40:50 -0700 Subject: [PATCH] rust types crate minimum unit test coverage --- .github/workflows/dev-crates.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev-crates.yaml b/.github/workflows/dev-crates.yaml index b09c793f..4409fffe 100644 --- a/.github/workflows/dev-crates.yaml +++ b/.github/workflows/dev-crates.yaml @@ -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 \ No newline at end of file