dn-m / MusicXML

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

Write LilyPondTestSuite parse result to temp folder for manual inspec… #121

Closed DJBen closed 5 years ago

DJBen commented 5 years ago

…tion

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           latest     #121   +/-   ##
=======================================
  Coverage   45.16%   45.16%           
=======================================
  Files         218      218           
  Lines        2555     2555           
=======================================
  Hits         1154     1154           
  Misses       1401     1401

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 017d3ba...7caf02d. Read the comment docs.

jsbean commented 5 years ago

This is a very nice idea. Do you imagine we could format this with swift-format or something similar so that it comes out in a readable fashion?

DJBen commented 5 years ago

I definitely considered, there's is no easy way to pretty print String(describing:) easily. Unsure about post-processing the output.

jsbean commented 5 years ago

I'll take this in, and if it feels particularly cumbersome, we can spend some energy on that side of things. Thanks!