Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement dynamic origins and frames #179

Merged
merged 1 commit into from
Dec 18, 2024

refactor: implement dynamic origin and frame types

774096b
Select commit
Loading
Failed to load commit list.
Merged

Implement dynamic origins and frames #179

refactor: implement dynamic origin and frame types
774096b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 18, 2024 in 0s

71.67% (-16.27%) compared to b42a3d9

View this Pull Request on Codecov

71.67% (-16.27%) compared to b42a3d9

Details

Codecov Report

Attention: Patch coverage is 58.62069% with 552 lines in your changes missing coverage. Please review.

Project coverage is 71.67%. Comparing base (b42a3d9) to head (774096b).

Files with missing lines Patch % Lines
crates/lox-orbits/src/frames.rs 19.20% 122 Missing ⚠️
crates/lox-orbits/src/python.rs 0.00% 121 Missing ⚠️
crates/lox-orbits/src/states.rs 62.42% 65 Missing ⚠️
crates/lox-orbits/src/ground.rs 26.43% 64 Missing ⚠️
crates/lox-bodies/src/lib.rs 72.61% 46 Missing ⚠️
crates/lox-orbits/src/analysis.rs 22.80% 44 Missing ⚠️
crates/lox-orbits/src/elements.rs 48.97% 25 Missing ⚠️
crates/lox-orbits/src/frames/iers.rs 0.00% 21 Missing ⚠️
...ates/lox-orbits/src/propagators/semi_analytical.rs 48.38% 16 Missing ⚠️
crates/lox-bodies/src/python.rs 0.00% 14 Missing ⚠️
... and 3 more
Additional details and impacted files
@@             Coverage Diff             @@
##             main     #179       +/-   ##
===========================================
- Coverage   87.94%   71.67%   -16.27%     
===========================================
  Files          85       83        -2     
  Lines       49065    21752    -27313     
===========================================
- Hits        43150    15591    -27559     
- Misses       5915     6161      +246     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.