ArcanaFramework / fileformats

a Python package for the specification, validation and manipulation of file formats and types
https://arcanaframework.github.io/fileformats/
Other
3 stars 0 forks source link

Removed direct references to FileFormatsError in favour of more specific errors #65

Closed tclose closed 4 months ago

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 44.44444% with 20 lines in your changes are missing coverage. Please review.

Project coverage is 93.06%. Comparing base (feeadef) to head (1afa94d).

Files Patch % Lines
fileformats/core/mixin.py 35.71% 9 Missing :warning:
fileformats/core/fileset.py 33.33% 6 Missing :warning:
fileformats/core/converter.py 33.33% 2 Missing :warning:
fileformats/core/classifier.py 50.00% 1 Missing :warning:
fileformats/core/field.py 50.00% 1 Missing :warning:
fileformats/core/identification.py 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #65 +/- ## ======================================= Coverage 93.06% 93.06% ======================================= Files 40 40 Lines 4816 4818 +2 Branches 537 537 ======================================= + Hits 4482 4484 +2 Misses 244 244 Partials 90 90 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.