dn-m / MusicXML

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

Handle bizarre empty Ornaments case #145

Closed jsbean closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #145 into latest will increase coverage by 0.36%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           latest     #145      +/-   ##
==========================================
+ Coverage   66.35%   66.71%   +0.36%     
==========================================
  Files         221      221              
  Lines        3385     3506     +121     
==========================================
+ Hits         2246     2339      +93     
- Misses       1139     1167      +28
Impacted Files Coverage Δ
Sources/MusicXML/Complex Types/Ornaments.swift 100% <100%> (ø) :arrow_up:
Sources/MusicXML/Complex Types/Arrow.swift 22.22% <0%> (-2.78%) :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:
Sources/MusicXML/Complex Types/Play.swift 0% <0%> (ø) :arrow_up:
Sources/MusicXML/Simple Types/YesNoNumber.swift 0% <0%> (ø) :arrow_up:
Sources/MusicXML/Simple Types/NumberOrNormal.swift 0% <0%> (ø) :arrow_up:
Sources/MusicXML/Complex Types/Metronome.swift 80% <0%> (+0.45%) :arrow_up:
Sources/MusicXML/Complex Types/HarmonyChord.swift 80.15% <0%> (+1.89%) :arrow_up:
... and 11 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 f1df324...a8d1e4c. Read the comment docs.