Skip to content

Commit 5f964fc

Browse files
Update coverage.yaml
1 parent ab5aee9 commit 5f964fc

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/coverage.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,14 @@ 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
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
36+
echo "STOP CONDITIONS"
37+
cargo llvm-cov test --no-report stop_ -- --nocapture --ignored
38+
echo "GMAT VALIDATION"
39+
cargo llvm-cov test --no-report gmat_val -- --nocapture --ignored
40+
echo "ORBIT DETERMINATION"
41+
cargo llvm-cov test --no-report od_ -- --nocapture --ignored
42+
echo "MD TARGETERS"
43+
cargo llvm-cov test --no-report tgt_ -- --nocapture --ignored
4044
cargo llvm-cov report --lcov > lcov.txt
4145
# cargo llvm-cov --lcov --output-path lcov.info
4246
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)