Full name:
org.scoverage:scoverage-maven-plugin:2.0.0:integration-check
Description:
Checks if minimum code coverage by unit and integration tests reached in forked scoverage
life cycle.
In forked scoverage
life cycle project is compiled with SCoverage instrumentation and unit and integration tests are executed before checking.
Attributes:
1.1.0
.verify
.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: false User Property: scoverage.failOnMinimumCoverage |
<minimumCoverage> |
Double |
1.0.0 |
Required minimum coverage.
See https://github.com/scoverage/sbt-scoverage#minimum-coverage for additional documentation. Default: 0 User Property: scoverage.minimumCoverage |
<skip> |
boolean |
1.0.0 |
Allows SCoverage to be skipped.
Default: false User Property: scoverage.skip |
java.lang.String
1.4.12
report.plugin.goal.no
encoding
${project.build.sourceEncoding}
boolean
1.0.0
report.plugin.goal.no
scoverage.failOnMinimumCoverage
false
java.lang.Double
1.0.0
report.plugin.goal.no
scoverage.minimumCoverage
0
boolean
1.0.0
report.plugin.goal.no
scoverage.skip
false