-
Notifications
You must be signed in to change notification settings - Fork 388
Coverlet ThresholdType mulitple Value Note Working #1143
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
Seems like a bug. Thanks for reporting, I'll take a look. |
The feature for multiple thresholds isn't available in version 3.0.3 yet. It will be in the next release (#1123 (comment)). Up to that point you can consume the nightly (https://github.com/coverlet-coverage/coverlet/blob/master/Documentation/ConsumeNightlyBuild.md). Also you have to take into a account that you can't pass property values containing a semicolon or comma to msbuild. One way to work around this is to escape the quotes (dotnet/msbuild#471), e.g.
I will update the documentation for this. |
closed in #1143 |
This failed for me using Powershell.
What worked for me though was using MSBuild escaping. Comma is Complete example:
|
Enviroment
Issue
I want to set threhold for different thresholdtype
then return
The text was updated successfully, but these errors were encountered: