Closed juliomachad0 closed 2 months ago
Attention: Patch coverage is 89.18919%
with 4 lines
in your changes missing coverage. Please review.
Project coverage is 74.47%. Comparing base (
3a4c742
) to head (7e33586
). Report is 43 commits behind head on develop.
Files with missing lines | Patch % | Lines |
---|---|---|
rocketpy/motors/motor.py | 89.18% | 4 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Pull request type
Checklist
black rocketpy/ tests/
) has passed locallypytest tests -m slow --runslow
) have passed locallyCurrent behavior
the static method to create motors from eng files did not exist.
New behavior
method created and working
Breaking change