lydiachoi / test-percentage-visualizer

Visualizer to show percentage of test code through time
2 stars 0 forks source link

Coverage and Test Parsing #16

Closed cboltt closed 4 years ago

cboltt commented 4 years ago
cboltt commented 4 years ago

Covers cases 1 and 2 from #4

xavierdelacruz commented 4 years ago

Hi @cbolton97 ,

The CSVS look great! It's just missing the header information, which I need in order to read data properly.

In this case, the first line of the coverage CSV would be

Commit,Line Coverage%,Statement Coverage%,Branch Coverage %,Function Coverage %

The same applies with the test:

Commit,Tests Passed,Tests

Thanks!