Closed elibroftw closed 4 years ago
Merging #8 into master will increase coverage by
1.37%
. The diff coverage is98.07%
.
@@ Coverage Diff @@
## master #8 +/- ##
==========================================
+ Coverage 77.15% 78.52% +1.37%
==========================================
Files 9 9
Lines 302 298 -4
Branches 47 40 -7
==========================================
+ Hits 233 234 +1
+ Misses 59 55 -4
+ Partials 10 9 -1
Impacted Files | Coverage Δ | |
---|---|---|
wavinfo/__main__.py | 0.00% <ø> (ø) |
|
wavinfo/rf64_parser.py | 87.50% <ø> (ø) |
|
wavinfo/umid_parser.py | 70.00% <50.00%> (+23.84%) |
:arrow_up: |
wavinfo/__init__.py | 100.00% <100.00%> (ø) |
|
wavinfo/riff_parser.py | 90.24% <100.00%> (ø) |
|
wavinfo/wave_bext_reader.py | 90.47% <100.00%> (-0.44%) |
:arrow_down: |
wavinfo/wave_info_reader.py | 82.22% <100.00%> (+4.72%) |
:arrow_up: |
wavinfo/wave_ixml_reader.py | 70.73% <100.00%> (ø) |
|
wavinfo/wave_reader.py | 85.71% <100.00%> (-0.78%) |
:arrow_down: |
... and 3 more |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 7351623...7589d5f. Read the comment docs.
Closes #6
Hi! Thank you for these updates, these really improve the quality of the code!