Skip to content

Commit 71f4163

Browse files
committed
chore: readme and package description update
1 parent 3b7f37a commit 71f4163

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ This will create a coverage JSON in this relative path - `coverage/coverage/cove
1616

1717
This JSON isn't accepted by SonarQube automatically and needs to be converted using this plugin.
1818

19+
After this plugin creates the XML, you can pass the XML file-path to SonarQube using the `sonar.coverageReportPaths` flag.
20+
1921
**Note**: This has been tested and confirmed on code which meets 100% coverage.
2022

2123
## Install

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"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.",
44
"version": "1.4.1-beta.1",
55
"dependencies": {
66
"@oclif/core": "^3.18.1",

0 commit comments

Comments
 (0)