Open Kaos599 opened 3 weeks ago
Attention: Patch coverage is 92.85714%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 93.38%. Comparing base (
05e324e
) to head (7ea22ba
). Report is 120 commits behind head on develop.
Files with missing lines | Patch % | Lines |
---|---|---|
csvy/readers.py | 92.85% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Closes #91
Refactored
read_into_dict
Function:Updated Tests for
read_into_dict
:UserWarning
for files lacking metadata rather than raising assertions.pytest.mark.parametrize
to test multiple datasets seamlessly, enabling flexibility and scalability.Improved Logging:
read_into_dict
function and the test suite to track processing steps and outcomes, aiding in future debugging efforts.Code Formatting and Compliance: