dn-m / MusicXML

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

Change various properties in Note from let to var #91

Closed DJBen closed 4 years ago

DJBen commented 4 years ago

So that their initializers are automatically synthesized. And corrected some coding keys.

codecov-io commented 4 years ago

Codecov Report

Merging #91 into latest will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           latest      #91   +/-   ##
=======================================
  Coverage   41.72%   41.72%           
=======================================
  Files          43       43           
  Lines        1287     1287           
=======================================
  Hits          537      537           
  Misses        750      750
Impacted Files Coverage Δ
Sources/MusicXML/Complex Types/Metronome.swift 0% <ø> (ø) :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 1762221...3ae423e. Read the comment docs.

jsbean commented 4 years ago

Thanks, @DJBen! Keep 'em comin' 😄 .