Closed braingram closed 3 weeks ago
Attention: Patch coverage is 33.33333%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 67.51%. Comparing base (
fd6be8d
) to head (0d9f0b4
). Report is 9 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
src/stdatamodels/jwst/datamodels/schema_editor.py | 0.00% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR adds a UserWarning if the schema_editor submodule is imported.
https://github.com/spacetelescope/jwst/pull/8909 removed its use in jwst
before merging this PR I'll make an issue to track the removal of schema_editor. I'm not sure if this qualifies as "public API" (since it's undocumented and untested in this package) so I'm ok removing it in the next minor version (so it's not picked up by current jwst releases).
Regression tests running at: https://github.com/spacetelescope/RegressionTests/actions/runs/11632063641
Tasks
docs/
pageno-changelog-entry-needed
)changes/
:echo "changed something" > changes/<PR#>.<changetype>.rst
(see below for change types)jwst
regression tests with this branch installed ("git+https://github.com/<fork>/stdatamodels@<branch>"
)news fragment change types...
- ``changes/