-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a first UI test that checks for the failing toggles.
- Loading branch information
Showing
19 changed files
with
251 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
.../io/jenkins/plugins/coverage/metrics/steps/CoverageRecorder/help-ignoreParsingErrors.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<div> | ||
This toggle determines if the coverage plugin should ignore parsing errors during processing of the coverage | ||
reports or if it should fail fast with an exception. By default this toggle is disabled and the | ||
reports or if it should fail fast with an exception. By default, this toggle is disabled and the | ||
parsers will fail fast. This helps to identify bugs in the parser or in the coverage tool execution. | ||
If you would rather like to ignore parsing errors, please tick this checkbox. Please note, that in this | ||
If you would rather like to ignore parsing errors, please tick this checkbox. Please note that in this | ||
case the parser results might be incomplete or even wrong. | ||
</div> |
4 changes: 2 additions & 2 deletions
4
...rces/io/jenkins/plugins/coverage/metrics/steps/CoverageStep/help-ignoreParsingErrors.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<div> | ||
This toggle determines if the coverage plugin should ignore parsing errors during processing of the coverage | ||
reports or if it should fail fast with an exception. By default this toggle is disabled and the | ||
reports or if it should fail fast with an exception. By default, this toggle is disabled and the | ||
parsers will fail fast. This helps to identify bugs in the parser or in the coverage tool execution. | ||
If you would rather like to ignore parsing errors, please tick this checkbox. Please note, that in this | ||
If you would rather like to ignore parsing errors, please tick this checkbox. Please note that in this | ||
case the parser results might be incomplete or even wrong. | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ublisher/Threshold/AbstractThreshold.java → ...s/plugins/coverage/AbstractThreshold.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 1 addition & 4 deletions
5
...Publisher/Threshold/AdapterThreshold.java → ...ns/plugins/coverage/AdapterThreshold.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...kins/plugins/coverage/util/ChartUtil.java → ...o/jenkins/plugins/coverage/ChartUtil.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.jenkins.plugins.coverage.util; | ||
package io.jenkins.plugins.coverage; | ||
|
||
import java.util.Objects; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 1 addition & 3 deletions
4
...ePublisher/Threshold/GlobalThreshold.java → ...ins/plugins/coverage/GlobalThreshold.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.