Skip to content
This repository was archived by the owner on Dec 8, 2024. It is now read-only.

Be able to break with cover command #217

Open
tracker1 opened this issue Jul 3, 2014 · 0 comments
Open

Be able to break with cover command #217

tracker1 opened this issue Jul 3, 2014 · 0 comments

Comments

@tracker1
Copy link

tracker1 commented Jul 3, 2014

In my project I'm running coverage against unit tests, and integration tests...

Check-coverage is cumulative... but I'd like for example my unit tests at 95% and my integration tests at 60% and the combined needing to reach 100%...

I'd like to be able to:

  • run unit tests (if it doesn't meet threshold, break
  • run integration tests (if it doesn't meet threshold, break)
  • run report (for combined result)
  • check-coverage (for combined result)

What I'm thinking is something like istanbul cover-and-check ... so that it can work like cover, but the check only on that specific cover statement's execution.

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

No branches or pull requests

1 participant