Skip to content

Commit

Permalink
Update coverage.yaml
Browse files Browse the repository at this point in the history
Trying to only check coverage of the integration tests
  • Loading branch information
ChristopherRabotin authored Nov 21, 2024
1 parent da15c03 commit 88f6656
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 @@ -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
Expand Down

0 comments on commit 88f6656

Please sign in to comment.