Skip to content

Commit

Permalink
Fix naming of unstable status.
Browse files Browse the repository at this point in the history
Unstable build can have several reasons:
- failing tests
- uncovered lines
- SpotBugs warnings
  • Loading branch information
uhafner committed Jan 17, 2024
1 parent 2cfdf19 commit 746150a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ForkPullRequestDiscoveryTrait.nobodyDisplayName=Nobody
GitHubBranchFilter.DisplayName=GitHub Branch Jobs Only

GitHubBuildStatusNotification.CommitStatus.Good=This commit looks good
GitHubBuildStatusNotification.CommitStatus.Unstable=This commit has test failures
GitHubBuildStatusNotification.CommitStatus.Unstable=This commit has failing tests or missing quality gates
GitHubBuildStatusNotification.CommitStatus.Failure=This commit cannot be built
GitHubBuildStatusNotification.CommitStatus.Aborted=The build of this commit was aborted
GitHubBuildStatusNotification.CommitStatus.Other=Something is wrong with the build of this commit
Expand Down

0 comments on commit 746150a

Please sign in to comment.