Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: scoverage/scoverage-maven-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 44ab980f57aa2918ee89d0ef5ab42fa601a1fab1
Choose a base ref
..
head repository: scoverage/scoverage-maven-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b61c01c4ddafc61bb8d007e532a08ed349b1054b
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/main/java/org/scoverage/plugin/SCoverageCheckMojo.java
2 changes: 1 addition & 1 deletion src/main/java/org/scoverage/plugin/SCoverageCheckMojo.java
Original file line number Diff line number Diff line change
@@ -274,7 +274,7 @@ private static boolean checkCoverage( Log logger, String metric, double minimum,
}
else
{
logger.error (String.format( "Coverage is below minimum [%s%% < %s%%]: %s",
logger.error( String.format( "Coverage is below minimum [%s%% < %s%%]: %s",
actualFormatted, minimumFormatted, metric ) );
}