dn-m / MusicXML

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

Add Attribute Group Dynamic Node Encoding #218

Closed bwetherfield closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #218 into latest will decrease coverage by 0.15%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           latest     #218      +/-   ##
==========================================
- Coverage   64.82%   64.67%   -0.16%     
==========================================
  Files         220      221       +1     
  Lines        4663     4727      +64     
==========================================
+ Hits         3023     3057      +34     
- Misses       1640     1670      +30
Impacted Files Coverage Δ
...pes/Internal/ComplexTypesInternalConformance.swift 0% <0%> (ø)
Sources/MusicXML/Simple Types/YesNoNumber.swift 0% <0%> (ø) :arrow_up:
...ources/MusicXML/Complex Types/HorizontalTurn.swift 61.11% <0%> (-3.6%) :arrow_down:
Sources/MusicXML/Complex Types/PartName.swift 93.1% <0%> (-2.9%) :arrow_down:
Sources/MusicXML/Complex Types/RootAlter.swift 45.45% <0%> (-2.7%) :arrow_down:
Sources/MusicXML/Complex Types/Clef.swift 59.18% <0%> (-2.18%) :arrow_down:
Sources/MusicXML/Complex Types/Bend.swift 33.33% <0%> (-1.15%) :arrow_down:
Sources/MusicXML/Complex Types/BassAlter.swift 51.72% <0%> (-0.28%) :arrow_down:
Sources/MusicXML/Complex Types/Notehead.swift 100% <0%> (ø) :arrow_up:
Sources/MusicXML/Complex Types/DegreeAlter.swift 50% <0%> (ø) :arrow_up:
... and 10 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 a421997...6571e18. Read the comment docs.