Skip to content

Commit 4c95a39

Browse files
committed
refactor: rename build sucess rubric
Similar to `runtime-errors` we switch the rubric group. This makes the "percentages" more easy to reason about.
1 parent 6aa811c commit 4c95a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runner/ratings/built-in-ratings/successful-build-rating.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const successfulBuildRating: PerBuildRating = {
88
id: 'common-successful-build',
99
kind: RatingKind.PER_BUILD,
1010
category: RatingCategory.HIGH_IMPACT,
11-
groupingLabels: ['functionality', 'build-success'],
11+
groupingLabels: ['functionality', 'build-failures'],
1212
scoreReduction: '50%',
1313
// Reduce the amount of points in case we've built the code with a few repair attempts.
1414
rate: ({buildResult, repairAttempts}) => ({

0 commit comments

Comments
 (0)