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

DEV: Updates master to prepare v1.5.0 #684

Merged
merged 212 commits into from
Sep 14, 2024

ENH: Fix Orientation Param of Inertial Sensors (#688)

dca3a84
Select commit
Loading
Failed to load commit list.
Merged

DEV: Updates master to prepare v1.5.0 #684

ENH: Fix Orientation Param of Inertial Sensors (#688)
dca3a84
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Sep 14, 2024 in 0s

75.40% (-0.34%) compared to 6b1033d

View this Pull Request on Codecov

75.40% (-0.34%) compared to 6b1033d

Details

Codecov Report

Attention: Patch coverage is 72.00929% with 241 lines in your changes missing coverage. Please review.

Project coverage is 75.40%. Comparing base (6b1033d) to head (dca3a84).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
rocketpy/sensitivity/sensitivity_model.py 14.28% 102 Missing ⚠️
rocketpy/tools.py 31.34% 46 Missing ⚠️
rocketpy/prints/sensitivity_prints.py 16.66% 40 Missing ⚠️
rocketpy/plots/sensitivity_plots.py 25.00% 24 Missing ⚠️
rocketpy/sensors/sensor.py 93.46% 10 Missing ⚠️
rocketpy/simulation/flight.py 89.47% 8 Missing ⚠️
rocketpy/motors/motor.py 91.11% 4 Missing ⚠️
rocketpy/control/controller.py 75.00% 3 Missing ⚠️
rocketpy/mathutils/vector_matrix.py 90.90% 2 Missing ⚠️
rocketpy/plots/rocket_plots.py 95.83% 1 Missing ⚠️
... and 1 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #684      +/-   ##
==========================================
- Coverage   75.74%   75.40%   -0.34%     
==========================================
  Files          81       96      +15     
  Lines        9821    10832    +1011     
==========================================
+ Hits         7439     8168     +729     
- Misses       2382     2664     +282     

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