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

Typing support #61

Open tclose opened 5 months ago

tclose commented 5 months ago

Add typing support by including "py.typed" file in package root, and clean up outstanding typing issues

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 92.30769% with 2 lines in your changes missing coverage. Please review.

Project coverage is 92.43%. Comparing base (3d3be9c) to head (d58fd54).

Files Patch % Lines
fileformats/core/fileset.py 60.00% 1 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #61 +/- ## ========================================== - Coverage 92.63% 92.43% -0.21% ========================================== Files 45 45 Lines 4915 4917 +2 Branches 547 549 +2 ========================================== - Hits 4553 4545 -8 - Misses 272 280 +8 - Partials 90 92 +2 ```

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