Skip to content

Commit

Permalink
docs: fix cli comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarvin8 authored Feb 2, 2025
1 parent df574c0 commit 686960d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ When the plugin is unable to find a matching Apex file in your project (i.e. Ape

## Creating Code Coverage Files with the Salesforce CLI

**This tool will only support the "json" coverage format from the Salesforce CLI. Do not use other coverage formats from the Salesforce CLI.
**This tool will only support the "json" coverage format from the Salesforce CLI. Do not use other coverage formats from the Salesforce CLI.**

To create the code coverage JSON when deploying or validating, append `--coverage-formatters json --results-dir "coverage"` to the `sf project deploy` command. This will create a coverage JSON in this relative path - `coverage/coverage/coverage.json`.

```
Expand Down

0 comments on commit 686960d

Please sign in to comment.