build-time-tracker-plugin
build-time-tracker-plugin copied to clipboard
[Feature] Inlcude failed and cancelled builds + gradle task runs
Hi, plugin is working tremendously well so far. A small feature request if I may? Not found anything in the search, please correct me is this already exists
The plugin / the output should be able to account for builds that failed (due to compiler errors etc.) or were cancelled by the user. This would help refine the plugins usage and bring the numbers even closer to reality.
As a first step, just counting it towards the daily total would be great, but in the future this could be extended to being able to categorize the times in the csv output, so it could be filtered by failures vs. successes
Another goodie would be to include other "similar" things to building, like running gradle app:lint
for example