Skip to content

ENH: Introduce the StochasticAirBrakes class (#785)

4a41f7a
Select commit
Loading
Failed to load commit list.
Merged

DEV: Master to v1.9.0 #793

ENH: Introduce the StochasticAirBrakes class (#785)
4a41f7a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Mar 23, 2025 in 1s

79.09% (-0.97%) compared to 0cc64c8

View this Pull Request on Codecov

79.09% (-0.97%) compared to 0cc64c8

Details

Codecov Report

Attention: Patch coverage is 52.35043% with 223 lines in your changes missing coverage. Please review.

Project coverage is 79.09%. Comparing base (0cc64c8) to head (4a41f7a).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
rocketpy/simulation/monte_carlo.py 26.56% 141 Missing ⚠️
rocketpy/stochastic/stochastic_rocket.py 44.73% 42 Missing ⚠️
rocketpy/mathutils/function.py 65.11% 15 Missing ⚠️
rocketpy/stochastic/stochastic_aero_surfaces.py 37.50% 5 Missing ⚠️
rocketpy/stochastic/stochastic_model.py 80.76% 5 Missing ⚠️
rocketpy/rocket/components.py 33.33% 4 Missing ⚠️
rocketpy/stochastic/stochastic_flight.py 33.33% 4 Missing ⚠️
rocketpy/environment/environment_analysis.py 0.00% 3 Missing ⚠️
rocketpy/prints/aero_surface_prints.py 33.33% 2 Missing ⚠️
rocketpy/plots/motor_plots.py 85.71% 1 Missing ⚠️
... and 1 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #793      +/-   ##
==========================================
- Coverage   80.06%   79.09%   -0.97%     
==========================================
  Files          95       96       +1     
  Lines       11350    11583     +233     
==========================================
+ Hits         9087     9162      +75     
- Misses       2263     2421     +158     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.