File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,14 @@ jobs:
33
33
- name : Generate full code coverage
34
34
run : |
35
35
# 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
40
44
cargo llvm-cov report --lcov > lcov.txt
41
45
# cargo llvm-cov --lcov --output-path lcov.info
42
46
- name : Upload coverage to Codecov
You can’t perform that action at this time.
0 commit comments