Full name:
org.scoverage:scoverage-maven-plugin:2.0.0:check
Description:
Checks if minimum code coverage by unit tests reached in forked scoverage life cycle.
In forked scoverage life cycle project is compiled with SCoverage instrumentation and unit tests are executed before checking.
Attributes:
1.0.0.test.scoverage.| Name | Type | Since | Description |
|---|---|---|---|
<encoding> |
String |
1.4.12 |
The file encoding to use when reading Scala sources.
Default: ${project.build.sourceEncoding}User Property: encoding |
<failOnMinimumCoverage> |
boolean |
1.0.0 |
Fail the build if minimum coverage was not reached.
See https://github.com/scoverage/sbt-scoverage#minimum-coverage for additional documentation. Default: falseUser Property: scoverage.failOnMinimumCoverage |
<minimumCoverage> |
Double |
1.0.0 |
Required minimum coverage.
See https://github.com/scoverage/sbt-scoverage#minimum-coverage for additional documentation. Default: 0User Property: scoverage.minimumCoverage |
<skip> |
boolean |
1.0.0 |
Allows SCoverage to be skipped.
Default: falseUser Property: scoverage.skip |
java.lang.String1.4.12report.plugin.goal.noencoding${project.build.sourceEncoding}boolean1.0.0report.plugin.goal.noscoverage.failOnMinimumCoveragefalsejava.lang.Double1.0.0report.plugin.goal.noscoverage.minimumCoverage0boolean1.0.0report.plugin.goal.noscoverage.skipfalse