Full name:
eu.lindenbaum:maven-erlang-plugin:2.1.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:
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. |
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}
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