dn-m / MusicXML

Implementation of the musicXML specification in Swift
MIT License
74 stars 20 forks source link

Refactor collecting array decoding strategy #211

Closed bwetherfield closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #211 into latest will decrease coverage by 0.11%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           latest     #211      +/-   ##
==========================================
- Coverage   68.98%   68.86%   -0.12%     
==========================================
  Files         218      219       +1     
  Lines        4278     4259      -19     
==========================================
- Hits         2951     2933      -18     
+ Misses       1327     1326       -1
Impacted Files Coverage Δ
Sources/MusicXML/Complex Types/Ornaments.swift 100% <100%> (ø) :arrow_up:
Sources/MusicXML/InternalTypes/Decoder.swift 100% <100%> (ø)
Sources/MusicXML/Complex Types/Metronome.swift 81.01% <100%> (-0.39%) :arrow_down:
Sources/MusicXML/Complex Types/Key.swift 70.07% <100%> (-1.26%) :arrow_down:
Sources/MusicXML/Complex Types/Harmony.swift 100% <100%> (ø) :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 1d98bc4...d3fd8a4. Read the comment docs.