dn-m / MusicXML

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

Fix LilyPond Repeats tests #137

Closed jsbean closed 4 years ago

jsbean commented 4 years ago

This PR (will) fix the LilyPond Repeats tests (45a–g).

Whoa, that was easier than expected. Down to 27 failures.

codecov-io commented 4 years ago

Codecov Report

Merging #137 into latest will increase coverage by 0.52%. The diff coverage is 89.47%.

Impacted file tree graph

@@            Coverage Diff             @@
##           latest     #137      +/-   ##
==========================================
+ Coverage      65%   65.53%   +0.52%     
==========================================
  Files         220      220              
  Lines        3075     3090      +15     
==========================================
+ Hits         1999     2025      +26     
+ Misses       1076     1065      -11
Impacted Files Coverage Δ
Sources/MusicXML/Complex Types/Barline.swift 100% <ø> (ø) :arrow_up:
Sources/MusicXML/Complex Types/BarStyleColor.swift 100% <100%> (ø) :arrow_up:
Sources/MusicXML/Complex Types/Repeat.swift 100% <100%> (+100%) :arrow_up:
Sources/MusicXML/Complex Types/Ending.swift 91.66% <88.23%> (+91.66%) :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 0bbd126...cc86e61. Read the comment docs.