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

The "project deploy <start|validate>" supersede "force:source:deploy" but do not offer the "--coverageformatters" option #2255

Closed
RupertBarrow opened this issue Jun 26, 2023 · 5 comments
Labels
feature Issue or pull request for a new feature

Comments

@RupertBarrow
Copy link

Is your feature request related to a problem? Please describe.
The "--coverageformatters" option has disappeared : how do we generate code coverage reports ?

What are you trying to do
Trying to output code coverage reports.

Describe the solution you'd like
Any command which accepts the "--test-level" option to run tests should be able to generate code coverage reports

Describe alternatives you've considered
Carry on using "force:source:deploy"

@RupertBarrow RupertBarrow added the feature Issue or pull request for a new feature label Jun 26, 2023
@github-actions
Copy link

Thank you for filing this feature request. We appreciate your feedback and will review the feature at our next grooming or sprint planning session. We prioritize feature requests with more upvotes and comments.

@git2gus
Copy link

git2gus bot commented Jun 26, 2023

This issue has been linked to a new work item: W-13658630

@WillieRuemmele
Copy link
Member

Hi @RupertBarrow - I totally agree that there's a lack of consistency between the commands, especially ones that can run tests, and I'm working on creating a predictable behavior between all of them... but project deploy start has a --coverage-formatters

@RupertBarrow
Copy link
Author

Oh, good !
But that only works asynchronously ?

@WillieRuemmele
Copy link
Member

it works in sync/async commands, the reports are generated once the deployment completes. So either at the end of the project deploy start command for synchronous situations, or it will store the requested test report information and write the reports once the deployment has finished, when a project deploy report is ran

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Issue or pull request for a new feature
Projects
None yet
Development

No branches or pull requests

3 participants