File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ This will create a coverage JSON in this relative path - `coverage/coverage/cove
16
16
17
17
This JSON isn't accepted by SonarQube automatically and needs to be converted using this plugin.
18
18
19
+ After this plugin creates the XML, you can pass the XML file-path to SonarQube using the ` sonar.coverageReportPaths ` flag.
20
+
19
21
** Note** : This has been tested and confirmed on code which meets 100% coverage.
20
22
21
23
## Install
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " apex-code-coverage-transformer" ,
3
- "description" : " Transforms the Apex Code Coverage JSON into the Generic Test Data Report ." ,
3
+ "description" : " Transforms the Apex Code Coverage JSON into the Generic Test Coverage Format ." ,
4
4
"version" : " 1.4.1-beta.1" ,
5
5
"dependencies" : {
6
6
"@oclif/core" : " ^3.18.1" ,
You can’t perform that action at this time.
0 commit comments