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

dropped attrs dependency in favour of hand-rolled classes #56

Closed tclose closed 6 months ago

codecov[bot] commented 6 months ago

Codecov Report

Attention: 10 lines in your changes are missing coverage. Please review.

Comparison is base (a46079f) 93.19% compared to head (2205787) 93.07%. Report is 1 commits behind head on main.

Files Patch % Lines
fileformats/core/field.py 63.63% 4 Missing :warning:
fileformats/core/hook.py 50.00% 3 Missing :warning:
fileformats/core/fileset.py 94.87% 1 Missing and 1 partial :warning:
fileformats/core/converter.py 87.50% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #56 +/- ## ========================================== - Coverage 93.19% 93.07% -0.13% ========================================== Files 37 37 Lines 4705 4720 +15 Branches 522 514 -8 ========================================== + Hits 4385 4393 +8 - Misses 234 241 +7 Partials 86 86 ```

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