We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aa811c commit 4c95a39Copy full SHA for 4c95a39
runner/ratings/built-in-ratings/successful-build-rating.ts
@@ -8,7 +8,7 @@ export const successfulBuildRating: PerBuildRating = {
8
id: 'common-successful-build',
9
kind: RatingKind.PER_BUILD,
10
category: RatingCategory.HIGH_IMPACT,
11
- groupingLabels: ['functionality', 'build-success'],
+ groupingLabels: ['functionality', 'build-failures'],
12
scoreReduction: '50%',
13
// Reduce the amount of points in case we've built the code with a few repair attempts.
14
rate: ({buildResult, repairAttempts}) => ({
0 commit comments