Closed jenshnielsen closed 9 months ago
Attention: 1 lines
in your changes are missing coverage. Please review.
Comparison is base (
88acfe4
) 21.88% compared to head (0f82c53
) 11.49%. Report is 5 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
src/qcodes_contrib_drivers/_version.py | 0.00% | 1 Missing :warning: |
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
And move tests outside package.
This should fix compatibility with pytest 8 since the tests collected are also the tests that we run. Since the tests are no longer installed as part of the package. It also improves compatibility with editable installs and static tools and brings the package in line with qcodes.