We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88f6656 commit ab5aee9Copy full SHA for ab5aee9
.github/workflows/coverage.yaml
@@ -33,7 +33,7 @@ jobs:
33
- name: Generate full code coverage
34
run: |
35
# cargo llvm-cov test --lib --no-report --tests
36
- cargo llvm-cov test --no-report mission_design -- --nocapture --ignored
+ # cargo llvm-cov test --no-report mission_design -- --nocapture --ignored
37
cargo llvm-cov test --no-report orbit_determination -- --nocapture --ignored
38
cargo llvm-cov test --no-report propulsion -- --nocapture --ignored
39
cargo llvm-cov test --no-report propagation -- --nocapture --ignored
0 commit comments