dn-m / MusicXML

Implementation of the musicXML specification in Swift
MIT License
70 stars 19 forks source link

Add nested choice container by hand decoding, fix disabled chord test #105

Closed bwetherfield closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #105 into latest will increase coverage by 1.23%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           latest     #105      +/-   ##
==========================================
+ Coverage   45.29%   46.53%   +1.23%     
==========================================
  Files          48       48              
  Lines        1349     1369      +20     
==========================================
+ Hits          611      637      +26     
+ Misses        738      732       -6
Impacted Files Coverage Δ
Sources/MusicXML/Complex Types/Note.swift 90.21% <100%> (+12.43%) :arrow_up:
...es/MusicXML/Complex Types/PitchUnpitchedRest.swift 41.17% <0%> (-5.89%) :arrow_down:

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 da0b57d...822abe2. Read the comment docs.

jsbean commented 4 years ago

40 more LilyPond tests parsing without throwing up!

jsbean commented 4 years ago

🎆