passy / build-time-tracker-plugin

Gradle plugin to continuously track and report your build times
https://plugins.gradle.org/plugin/net.rdrei.android.buildtimetracker
Apache License 2.0
1.21k stars 67 forks source link

CSVSummaryReporter pukes on headers #71

Closed jensck closed 7 years ago

jensck commented 8 years ago

It would be nice if CSVSummaryReporter didn't puke when headers were enabled in the csv reporter.

I should be able to take the same csv file which feeds the csv summary reporter and open it in Excel (or some other tool) with a row of headers, so I know what the fields are without having to know it off the top of my head.

(Bonus points: don't repeat the headers when appending to the csv file either!)

passy commented 7 years ago

This should be fixed now. Release coming soon.