Skip to content

Commit ab5aee9

Browse files
Update coverage.yaml
Skip mission design multishooting test
1 parent 88f6656 commit ab5aee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Generate full code coverage
3434
run: |
3535
# cargo llvm-cov test --lib --no-report --tests
36-
cargo llvm-cov test --no-report mission_design -- --nocapture --ignored
36+
# cargo llvm-cov test --no-report mission_design -- --nocapture --ignored
3737
cargo llvm-cov test --no-report orbit_determination -- --nocapture --ignored
3838
cargo llvm-cov test --no-report propulsion -- --nocapture --ignored
3939
cargo llvm-cov test --no-report propagation -- --nocapture --ignored

0 commit comments

Comments
 (0)