music-notation-swift / music-notation-core

Music Notation Library in Swift (Deprecated. See `music-notation` instead)
MIT License
115 stars 16 forks source link

Make `Key` optional in `Measure`. #110

Closed drumnkyle closed 7 years ago

drumnkyle commented 7 years ago

Supports un-pitched instruments and tab.

codecov-io commented 7 years ago

Codecov Report

Merging #110 into master will not change coverage. The diff coverage is 75%.

@@           Coverage Diff           @@
##           master     #110   +/-   ##
=======================================
  Coverage   96.27%   96.27%           
=======================================
  Files          31       31           
  Lines        4565     4565           
=======================================
  Hits         4395     4395           
  Misses        170      170
Impacted Files Coverage Δ
Sources/Clef.swift 96.55% <ø> (ø) :white_check_mark:
Sources/ImmutableMeasure.swift 78.57% <ø> (ø) :white_check_mark:
Sources/Measure.swift 88.43% <100%> (ø) :white_check_mark:
Sources/RepeatedMeasure.swift 87.5% <50%> (ø) :white_check_mark:

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 eee5149...05a0cd9. Read the comment docs.