Closed A-CGray closed 6 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 50.11%. Comparing base (
61d0deb
) to head (cc97e5c
). Report is 3 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Purpose
Inline comment messes with the
ifdef
check, see https://github.com/mdolab/pyhyp/pull/87#issuecomment-2115027287 for detailsExpected time until merged
Type of change
Testing
Checklist
flake8
andblack
to make sure the Python code adheres to PEP-8 and is consistently formattedfprettify
or C/C++ code withclang-format
as applicable