Closed nicrie closed 2 months ago
Attention: Patch coverage is 22.22222%
with 7 lines
in your changes missing coverage. Please review.
Please upload report for BASE (
develop@db03601
). Learn more about missing BASE report.
Files | Patch % | Lines |
---|---|---|
xeofs/data_container/data_container.py | 22.22% | 7 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR includes a refactoring of the
DataContainer
module to allow for the serialization of parameter lists. The changes ensure that boolean and None values are converted to strings when validating attributes, even when they are present within a list.