-
Notifications
You must be signed in to change notification settings - Fork 158
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
how to switch between statement or branch coverage as default #221
Comments
What do you mean by switching coverage strategy? |
I guess scoverage considers statement coverage percentage as default to check against minimum coverage. I would like to use branch coverage percentage instead. |
I was thinking about new setting, something like that:
This would be independent of Anyway, I'm blocked with development by this issue. Waiting for the project owner to react. I want this problem to be fixed first. |
that'a a great idea. i will try to implement and do PR if you are ok with. |
I'd like to have this as well. Alternatively there could be a new setting like
|
We have a need for a fine-grained control for coverage minima (similar to various levels supported by JaCoCo for java http://www.jacoco.org/jacoco/trunk/doc/check-mojo.html#rules). Here's a proposed solution: #253 |
I'd also like to have branch coverage. Is there any update on this ticket? |
The branch coverage is already part of?PR #253 . Thanks for that @kitbellew Is there anything stopping it from getting merged? It would really be great to be able to use it in the next release. |
I would like to use branch coverage as the default coverage strategy.
So is there a way to switch the coverage strategy.
The text was updated successfully, but these errors were encountered: