dn-m / MusicXML

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

Implement encoding functions, add roundtrip tests #171

Closed bwetherfield closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #171 into latest will increase coverage by 1.23%. The diff coverage is 87.87%.

Impacted file tree graph

@@            Coverage Diff             @@
##           latest     #171      +/-   ##
==========================================
+ Coverage   66.69%   67.92%   +1.23%     
==========================================
  Files         221      221              
  Lines        3519     3548      +29     
==========================================
+ Hits         2347     2410      +63     
+ Misses       1172     1138      -34
Impacted Files Coverage Δ
...urces/MusicXML/Complex Types/PrintStyleAlign.swift 64.28% <0%> (-17.54%) :arrow_down:
Sources/MusicXML/Complex Types/Accidental.swift 100% <100%> (+9.09%) :arrow_up:
Sources/MusicXML/Complex Types/StyleText.swift 100% <100%> (+15.38%) :arrow_up:
Sources/MusicXML/Complex Types/Fingering.swift 100% <100%> (+11.11%) :arrow_up:
Sources/MusicXML/Complex Types/FiguredBass.swift 100% <100%> (+9.09%) :arrow_up:
...urces/MusicXML/Complex Types/MusicXML.String.swift 100% <100%> (+10%) :arrow_up:
Sources/MusicXML/Complex Types/Key.swift 71.91% <0%> (+0.39%) :arrow_up:
Sources/MusicXML/Complex Types/Technique.swift 77.06% <0%> (+24.77%) :arrow_up:

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 3ad970a...5411b2e. Read the comment docs.