dn-m / MusicXML

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

With @testable gone, initializer test is not longer needed #158

Closed DJBen closed 5 years ago

jsbean commented 5 years ago

I think you gotta swift test --generate-linuxmain to keep the Linux tests up-to-date.

DJBen commented 5 years ago

I think you gotta swift test --generate-linuxmain to keep the Linux tests up-to-date.

sorry missed that

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           latest     #158   +/-   ##
=======================================
  Coverage   66.23%   66.23%           
=======================================
  Files         221      221           
  Lines        3391     3391           
=======================================
  Hits         2246     2246           
  Misses       1145     1145

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 7b32b99...c2ed4c8. Read the comment docs.

jsbean commented 5 years ago

🤙