Skip to content

MNT: Add pylint disable for too-many-statements in env test

1618fb0
Select commit
Loading
Failed to load commit list.
Open

Rel/v1.12.0 #935

MNT: Add pylint disable for too-many-statements in env test
1618fb0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 9, 2026 in 0s

81.05% (+0.78%) compared to 9cf3dd4

View this Pull Request on Codecov

81.05% (+0.78%) compared to 9cf3dd4

Details

Codecov Report

❌ Patch coverage is 87.71704% with 191 lines in your changes missing coverage. Please review.
✅ Project coverage is 81.05%. Comparing base (9cf3dd4) to head (1618fb0).

Files with missing lines Patch % Lines
rocketpy/simulation/flight.py 87.63% 45 Missing ⚠️
rocketpy/mathutils/function.py 85.77% 32 Missing ⚠️
rocketpy/tools.py 80.53% 22 Missing ⚠️
rocketpy/environment/environment.py 69.84% 19 Missing ⚠️
rocketpy/simulation/flight_comparator.py 94.62% 15 Missing ⚠️
rocketpy/motors/solid_motor.py 45.83% 13 Missing ⚠️
rocketpy/plots/rocket_plots.py 59.09% 9 Missing ⚠️
rocketpy/simulation/monte_carlo.py 61.90% 8 Missing ⚠️
rocketpy/rocket/rocket.py 89.06% 7 Missing ⚠️
rocketpy/plots/monte_carlo_plots.py 92.20% 6 Missing ⚠️
... and 4 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #935      +/-   ##
==========================================
+ Coverage   80.27%   81.05%   +0.78%     
==========================================
  Files         104      107       +3     
  Lines       12769    13891    +1122     
==========================================
+ Hits        10250    11260    +1010     
- Misses       2519     2631     +112     

☔ 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.