square / kochiku

Shard your builds for fun and profit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

First-try completion percentage incorrectly counts incomplete first-attempts against metric.

JakeWharton opened this issue · comments

In a build with 100% completion rate, currently-active first-try builds on the branch will count against this metric while in-progress (dropping the percentage below 100%) until they eventually pass. Build parts who are in-progress on their first attempt should not be counted against this metric, only those which are on their second or higher attempt.

Fixed by #228.