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

ENH: Sensors #583

Merged
merged 83 commits into from
May 21, 2024

MNT: minor fixes - typos and isort

7a2e50a
Select commit
Loading
Failed to load commit list.
Merged

ENH: Sensors #583

MNT: minor fixes - typos and isort
7a2e50a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 16, 2024 in 1s

No report found to compare against

View this Pull Request on Codecov

No report found to compare against

Details

Codecov Report

Attention: Patch coverage is 90.82218% with 48 lines in your changes are missing coverage. Please review.

Please upload report for BASE (enh/sensors-impl@fbeff2c). Learn more about missing BASE report.

Current head 7a2e50a differs from pull request most recent head ce1d179

Please upload reports for the commit ce1d179 to get more accurate results.

Files Patch % Lines
rocketpy/plots/rocket_plots.py 30.43% 16 Missing ⚠️
rocketpy/sensors/sensors.py 87.35% 11 Missing ⚠️
rocketpy/simulation/flight.py 91.85% 11 Missing ⚠️
rocketpy/control/controller.py 75.00% 3 Missing ⚠️
rocketpy/mathutils/vector_matrix.py 92.85% 2 Missing ⚠️
rocketpy/prints/sensors_prints.py 98.14% 1 Missing ⚠️
rocketpy/rocket/components.py 85.71% 1 Missing ⚠️
rocketpy/rocket/rocket.py 90.00% 1 Missing ⚠️
rocketpy/sensors/accelerometer.py 98.48% 1 Missing ⚠️
rocketpy/sensors/gyroscope.py 98.55% 1 Missing ⚠️
Additional details and impacted files
@@                 Coverage Diff                 @@
##             enh/sensors-impl     #583   +/-   ##
===================================================
  Coverage                    ?   73.79%           
===================================================
  Files                       ?       64           
  Lines                       ?    10051           
  Branches                    ?        0           
===================================================
  Hits                        ?     7417           
  Misses                      ?     2634           
  Partials                    ?        0           

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