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

Add a coverage option #8

Open
scboesch opened this issue Dec 4, 2018 · 0 comments
Open

Add a coverage option #8

scboesch opened this issue Dec 4, 2018 · 0 comments

Comments

@scboesch
Copy link
Member

scboesch commented Dec 4, 2018

Provide an option to pass-in a coverage parameter that causes the node process to execute the coverage command rather than the test command.

{coverage=0.5}
The target use case for this function is to enable users to only be able to edit a test file for a project to increase the code coverage of the project. So rather than writing source code to pass existing tests, users will be writing test code to increase the test coverage of existing source code.

The built-in GUI should provide a way to execute the npm run coverage process in a similar way that the "Run Tests" button currently executes the npm test process.

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