Skip to content

Don't kill process when coverage threshold isn't met if singleRun is false #417

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

Merged
merged 1 commit into from
Dec 18, 2020
Merged

Conversation

mattwebbio
Copy link
Contributor

@mattwebbio mattwebbio commented Dec 17, 2020

When running Karma with autowatch enabled, the process will exit if coverage thresholds aren't met. This conditional just ensures singleRun is enabled before killing the process.

Fixes #415

@mattwebbio mattwebbio changed the title Don't kill process when coverage threshold isn't met if autowatch is enabled Don't kill process when coverage threshold isn't met if singleRun is false Dec 17, 2020
@erikbarke erikbarke merged commit cc3bcbd into monounity:master Dec 18, 2020
@erikbarke
Copy link
Collaborator

Hey, thanks ☺️

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

Successfully merging this pull request may close these issues.

Karma autowatch exits when coverage falls below thresholds
2 participants