...
This setting enables or disables including details about specific unit test Google Test assertion failures in the HTML report.
Acceptable Values
true | Information about unit test Google Test assertion failures is are included in the report. |
---|---|
false | Default. Information about unit test Google Test assertion failures is are not included in the report. |
...
This setting specifies the type of coverage included in an additional report, which includes source code annotated with line-by-line coverage details when a test's HTML report links to it.
Acceptable Values
LC | Line coverage is included in the report. |
---|---|
DC | Decision coverage is included in the report. |
report.separate_vm.xmx
This setting specifies how much memory should be used for reports generation.
Acceptable Values
[memory_size] | The maximum amount of memory allocated for report generation. The default is |
---|
report.separate_vm
This setting enables or disables generating reports as a separate virtual machine.
Acceptable Values
true | Reports are generated as a separate virtual machine. |
---|---|
false | Default. Generating reports as a separate virtual machine is disabled. |
report.separate_vm.launch.file
This setting specifies the path to launch file that should be used during reports generation.
Acceptable Values
[path] | The path to the launch file. |
---|
dupcode.sorting.mode
This setting specifies how elements in the code duplication findings are sorted.
Acceptable Values
oldest | The oldest result is displayed at the top. |
---|---|
newests | The newest result is displayed at the top. |
paths | Default. The results are sorted by full path names in the ascending alphabetical order (A to Z). |
report.coverage.version
This setting specifies the version of the XML coverage report.
Acceptable Values
1 | Default. The standard version is used. |
---|---|
2 | The size of the XML report is optimized. |
Anchor | ||||
---|---|---|---|---|
|
...