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

refactored generate_sample_data #55

Closed tclose closed 6 months ago

tclose commented 6 months ago

Refactored generate_sample_data to use SampleGenerator instead of dest_dir, seed and stem directly

codecov[bot] commented 6 months ago

Codecov Report

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

Comparison is base (150f8d6) 93.52% compared to head (a46079f) 93.19%.

Files Patch % Lines
fileformats/core/utils.py 74.50% 8 Missing and 5 partials :warning:
fileformats/generic/__init__.py 92.30% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #55 +/- ## ========================================== - Coverage 93.52% 93.19% -0.33% ========================================== Files 37 37 Lines 4681 4705 +24 Branches 516 522 +6 ========================================== + Hits 4378 4385 +7 - Misses 220 234 +14 - Partials 83 86 +3 ```

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