-
Notifications
You must be signed in to change notification settings - Fork 389
Display combined coverage even when Threshold is not exceeded #95
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
Comments
Hi @ptupitsyn, If I understand your suggestion correctly, this is already implemented, there just hasn't been a new release containing this new code yet :) Not sure when @tonerdo plans to create another release. The new code will show you something like the following on every test run:
|
I am talking about something like this though:
Because when I set
|
Oh I see what you mean. I think this is a duplicate of #29 |
…rage coverage % for all coverage types
Available in relase: https://www.nuget.org/packages/coverlet.msbuild/2.0.1 |
…rage coverage % for all coverage types
Threshold
allows us to fail a build when coverage drops beyond certain percentage.This percentage is combined from all modules involved.
It would be great to see this percentage even when
Threshold
is not used or exceeded.The text was updated successfully, but these errors were encountered: