dn-m / MusicXML

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

Implement MeasureStyle encoding #214

Closed bwetherfield closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #214 into latest will increase coverage by 0.3%. The diff coverage is 80%.

Impacted file tree graph

@@            Coverage Diff            @@
##           latest     #214     +/-   ##
=========================================
+ Coverage   69.07%   69.38%   +0.3%     
=========================================
  Files         220      220             
  Lines        4281     4334     +53     
=========================================
+ Hits         2957     3007     +50     
- Misses       1324     1327      +3
Impacted Files Coverage Δ
Sources/MusicXML/Complex Types/MeasureStyle.swift 71.42% <80%> (+7.14%) :arrow_up:
Sources/MusicXML/Complex Types/Dynamics.swift 100% <0%> (ø) :arrow_up:
Sources/MusicXML/Complex Types/Key.swift 77.95% <0%> (+3.61%) :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 ae7164b...4d918fe. Read the comment docs.