dn-m / MusicXML

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

Add dynamic node encoding rule for nodes with value #215

Closed bwetherfield closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #215 into latest will decrease coverage by 4.02%. The diff coverage is 13.77%.

Impacted file tree graph

@@            Coverage Diff             @@
##           latest     #215      +/-   ##
==========================================
- Coverage   69.07%   65.04%   -4.03%     
==========================================
  Files         220      220              
  Lines        4281     4612     +331     
==========================================
+ Hits         2957     3000      +43     
- Misses       1324     1612     +288
Impacted Files Coverage Δ
Sources/MusicXML/Complex Types/BarStyleColor.swift 33.33% <0%> (-66.67%) :arrow_down:
Sources/MusicXML/Complex Types/GroupBarline.swift 33.33% <0%> (-66.67%) :arrow_down:
Sources/MusicXML/Complex Types/NoteSize.swift 33.33% <0%> (-66.67%) :arrow_down:
Sources/MusicXML/Complex Types/BassAlter.swift 68.42% <0%> (-31.58%) :arrow_down:
Sources/MusicXML/Complex Types/Beater.swift 0% <0%> (ø) :arrow_up:
...urces/MusicXML/Complex Types/HammerOnPullOff.swift 26.92% <0%> (-8.08%) :arrow_down:
Sources/MusicXML/Complex Types/BassStep.swift 60% <0%> (-40%) :arrow_down:
Sources/MusicXML/Complex Types/Distance.swift 33.33% <0%> (-66.67%) :arrow_down:
Sources/MusicXML/Complex Types/OtherNotation.swift 0% <0%> (ø) :arrow_up:
Sources/MusicXML/Complex Types/Slide.swift 76% <0%> (-24%) :arrow_down:
... and 48 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 ae7164b...25c9149. Read the comment docs.