-
Notifications
You must be signed in to change notification settings - Fork 388
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
[BUG] Parameter : threshold-stat triggered error #1634
Comments
I can confirm the bug. Easy to reproduce just use the command |
I'll work on it as I already nearly have the PR ready. |
Hi guys, we finally merged everything we broke with the last release including this issue. We would really appreciate if someone could give it a try. |
We now have a new official release |
It's work ok on 6.0.2, thanks alot! |
when build found the following errors with ver 6.0.1 and. netcore6.0:
After checking, I found that the reason is due to the following parameters: --threshold-stat total , Restore normal after removing this parameter
Following is full command:
coverlet xxxx.Test.dll --target "dotnet" --targetargs "test ./ --no-build" --threshold 80 --threshold-type line --threshold-stat total --format opencover
The text was updated successfully, but these errors were encountered: