dn-m / MusicXML

Implementation of the musicXML specification in Swift
MIT License
74 stars 20 forks source link

Fix Frame model and decoding #140

Closed jsbean closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #140 into latest will increase coverage by 0.48%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           latest    #140      +/-   ##
=========================================
+ Coverage   67.11%   67.6%   +0.48%     
=========================================
  Files         221     221              
  Lines        3111    3485     +374     
=========================================
+ Hits         2088    2356     +268     
- Misses       1023    1129     +106
Impacted Files Coverage Δ
...urces/MusicXML/Complex Types/MusicXML.String.swift 90% <100%> (+4.28%) :arrow_up:
Sources/MusicXML/Complex Types/Harmony.swift 100% <100%> (ø) :arrow_up:
Sources/MusicXML/Complex Types/Frame.swift 100% <100%> (+100%) :arrow_up:
Sources/MusicXML/Complex Types/Fret.swift 89.47% <100%> (+3.75%) :arrow_up:
Sources/MusicXML/Complex Types/FrameNote.swift 100% <100%> (+100%) :arrow_up:
Sources/MusicXML/Complex Types/Dynamic.swift 81.45% <0%> (-13.14%) :arrow_down:
Sources/MusicXML/Complex Types/Arrow.swift 22.72% <0%> (-12.99%) :arrow_down:
Sources/MusicXML/Complex Types/Credit.swift 0% <0%> (ø) :arrow_up:
Sources/MusicXML/Complex Types/Percussion.swift 0% <0%> (ø) :arrow_up:
Sources/MusicXML/Complex Types/NoteheadText.swift 0% <0%> (ø) :arrow_up:
... and 17 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 d338be0...75fcf44. Read the comment docs.