Skip to content

MNT: change recursive to iterative approach on hash search.

c7e94f8
Select commit
Loading
Failed to load commit list.
Merged

ENH: Controller (AirBrakes) and Sensors Encoding #849

MNT: change recursive to iterative approach on hash search.
c7e94f8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 22, 2025 in 0s

80.09% (+0.07%) compared to f17893b

View this Pull Request on Codecov

80.09% (+0.07%) compared to f17893b

Details

Codecov Report

❌ Patch coverage is 86.48649% with 15 lines in your changes missing coverage. Please review.
✅ Project coverage is 80.09%. Comparing base (f17893b) to head (c7e94f8).
⚠️ Report is 23 commits behind head on develop.

Files with missing lines Patch % Lines
rocketpy/rocket/aero_surface/fins/fins.py 28.57% 5 Missing ⚠️
rocketpy/_encoders.py 76.47% 4 Missing ⚠️
rocketpy/control/controller.py 86.36% 3 Missing ⚠️
rocketpy/tools.py 84.61% 2 Missing ⚠️
rocketpy/rocket/rocket.py 94.73% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #849      +/-   ##
===========================================
+ Coverage    80.02%   80.09%   +0.07%     
===========================================
  Files           98      103       +5     
  Lines        12004    12634     +630     
===========================================
+ Hits          9606    10119     +513     
- Misses        2398     2515     +117     

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