You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.
Describe the bug
The package coverage percentage calculated for unlocked packages in orchestrator:validate is inaccurate. Classes and triggers that are not touched by any test class are not accounted for in the calculation of package coverage.
This leads to potential scenarios where an unlocked package satisfies the coverage requirement, despite there being an overwhelming number of classes in the package not touched by the execution of test classes.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The package coverage calculation should include the lines from classes in the package that have not been touched by any test classes.
Screenshots
If applicable, add screenshots to help explain your problem.
Platform Details (please complete the following information):
OS:
Version [e.g. CLI Version eg: 1.6.6]
Salesforce CLI(sfdx cli) Version:
CI Platform:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
The package coverage percentage calculated for unlocked packages in
orchestrator:validate
is inaccurate. Classes and triggers that are not touched by any test class are not accounted for in the calculation of package coverage.This leads to potential scenarios where an unlocked package satisfies the coverage requirement, despite there being an overwhelming number of classes in the package not touched by the execution of test classes.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The package coverage calculation should include the lines from classes in the package that have not been touched by any test classes.
Screenshots
If applicable, add screenshots to help explain your problem.
Platform Details (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: