From 88f66566339b78434cacfe0dbd45c9784dbe00b7 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 21 Nov 2024 13:40:44 -0700 Subject: [PATCH] Update coverage.yaml Trying to only check coverage of the integration tests --- .github/workflows/coverage.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index 3be9bbf4..368095d6 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -32,7 +32,7 @@ jobs: uses: taiki-e/install-action@cargo-llvm-cov - name: Generate full code coverage run: | - cargo llvm-cov test --lib --no-report --tests + # cargo llvm-cov test --lib --no-report --tests cargo llvm-cov test --no-report mission_design -- --nocapture --ignored cargo llvm-cov test --no-report orbit_determination -- --nocapture --ignored cargo llvm-cov test --no-report propulsion -- --nocapture --ignored