Skip to content

Commit

Permalink
docs: fix link to debugging section
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarvin8 authored Jan 17, 2025
1 parent 9b5bb12 commit e674a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This plugin is intended for users who deploy their Apex codebase (Apex classes a

This plugin will work if you run local tests or run all tests in an org, including tests that originate from installed managed and unlocked packages. Since files from managed and unlocked packages aren't retrieved into Salesforce DX repositories, these files cannot be included in your code coverage reports.

When the plugin is unable to find the Apex file from the Salesforce CLI coverage report in your repository, it will print a warning and not add that file's coverage data to the coverage report created by this plugin. A warning will be printed for each file not found in a package directory in your repository. See [Debugging](https://github.com/mcarvin8/apex-code-coverage-transformer?tab=readme-ov-file#errors-and-warnings) for more information.
When the plugin is unable to find the Apex file from the Salesforce CLI coverage report in your repository, it will print a warning and not add that file's coverage data to the coverage report created by this plugin. A warning will be printed for each file not found in a package directory in your repository. See [Debugging](https://github.com/mcarvin8/apex-code-coverage-transformer?tab=readme-ov-file#debugging) for more information.

## Creating Code Coverage Files with the Salesforce CLI

Expand Down

0 comments on commit e674a68

Please sign in to comment.