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.String2.1.0No${cookie}true will print the coverage for each
module, and not only the coverage summary.boolean2.1.0No${details}falseerl is
used (assuming the command is part of the hosts PATH).
The path must not contain any arguments.java.lang.String2.1.0No${erlCommand}true will silent the console output
and only generate the coverage output file.boolean2.1.0No${silent}false