Skip to content

Commit

Permalink
Update coverage.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherRabotin authored Nov 21, 2024
1 parent ab5aee9 commit 5f964fc
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,14 @@ jobs:
- name: Generate full code coverage
run: |
# 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
cargo llvm-cov test --no-report propagation -- --nocapture --ignored
echo "STOP CONDITIONS"
cargo llvm-cov test --no-report stop_ -- --nocapture --ignored
echo "GMAT VALIDATION"
cargo llvm-cov test --no-report gmat_val -- --nocapture --ignored
echo "ORBIT DETERMINATION"
cargo llvm-cov test --no-report od_ -- --nocapture --ignored
echo "MD TARGETERS"
cargo llvm-cov test --no-report tgt_ -- --nocapture --ignored
cargo llvm-cov report --lcov > lcov.txt
# cargo llvm-cov --lcov --output-path lcov.info
- name: Upload coverage to Codecov
Expand Down

0 comments on commit 5f964fc

Please sign in to comment.