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

replaced EMPTY_METADATA constant with False instead (as distinct from… #50

Closed tclose closed 8 months ago

tclose commented 8 months ago

… None which is returned when the fileset doesn't have metadata associated with it)

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (597a205) 93.62% compared to head (459fae2) 93.71%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #50 +/- ## ========================================== + Coverage 93.62% 93.71% +0.08% ========================================== Files 36 36 Lines 4594 4595 +1 Branches 497 498 +1 ========================================== + Hits 4301 4306 +5 + Misses 216 213 -3 + Partials 77 76 -1 ```

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