Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No detailed code coverage when using junit output format #348

Open
gilgourevitch opened this issue Feb 12, 2024 · 0 comments
Open

No detailed code coverage when using junit output format #348

gilgourevitch opened this issue Feb 12, 2024 · 0 comments

Comments

@gilgourevitch
Copy link

Summary

When using the junit output format, only the aggregated code coverage is printed, even if the flag --detailed-coverage is used.

Steps To Reproduce:

  1. sf apex run test --test-level RunSpecifiedTests --tests MyClass1,MyClass2 --code-coverage --detailed-coverage --result-format junit --target-org MyOrg

Expected result

Have the code coverage per class anywhere in the result.

Actual result

Only aggregated code coverage :

<testsuite name="force.apex" ... >

...





Additional information

Feel free to attach a screenshot.
å
Apex library Version: 3.0.2

OS and version: MacOs Ventura 13.5 (22G74)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant