dn-m / MusicXML

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

Replace runtime checks for encoding with static conformance check #168

Closed bwetherfield closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #168 into latest will increase coverage by 0.07%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           latest     #168      +/-   ##
==========================================
+ Coverage   66.84%   66.91%   +0.07%     
==========================================
  Files         221      221              
  Lines        3450     3446       -4     
==========================================
  Hits         2306     2306              
+ Misses       1144     1140       -4
Impacted Files Coverage Δ
Sources/MusicXML/Complex Types/HarmonyChord.swift 79.64% <ø> (+1.38%) :arrow_up:
Sources/MusicXML/Complex Types/Metronome.swift 81.39% <ø> (+1.84%) :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 af2b838...daf026e. Read the comment docs.