Full name:
eu.lindenbaum:maven-erlang-plugin:2.2.0:coverage
Description:
CoverageReport
,
i.e. the coverage-report
goal.
ISSUE If a test purges or unloads a module to do coverage for, the coverage compilation information will be gone and the coverage report will fail.
Attributes:
test
.2.1.0
.pre-site lifecycle="site"
.test-compile
prior to executing itself.Name | Type | Since | Description |
---|---|---|---|
cookie | String |
2.1.0 |
The cookie to use for the java and the backend node. |
coverageExclude | String[] |
2.2.0 |
An optional list of module source files that should not be included
when calculating the test-coverage. This can typically be used for
generated or transformed source code, that is hard or impossible to
test and cover. Example:
<coverageExclude> <file>foo.erl</file> <file>bar.erl</file> <file>baz.erl</file> </coverageExclude> |
details | boolean |
2.1.0 |
Setting this to true will print the coverage for each
module, and not only the coverage summary.Default value is: false . |
erlCommand | String |
2.1.0 |
The erlang command used to start an erlang backend node. The path
must exist and the destination must be executable. If the given
command does not fullfill these requirements erl is
used (assuming the command is part of the hosts PATH ).
The path must not contain any arguments. |
silent | boolean |
2.1.0 |
Setting this to true will silent the console output
and only generate the coverage output file.Default value is: false . |
java.lang.String
2.1.0
No
${cookie}
<coverageExclude> <file>foo.erl</file> <file>bar.erl</file> <file>baz.erl</file> </coverageExclude>
java.lang.String[]
2.2.0
No
${coverageExclude}
true
will print the coverage for each
module, and not only the coverage summary.boolean
2.1.0
No
${details}
false
erl
is
used (assuming the command is part of the hosts PATH
).
The path must not contain any arguments.java.lang.String
2.1.0
No
${erlCommand}
true
will silent the console output
and only generate the coverage output file.boolean
2.1.0
No
${silent}
false