Closed zy8008 closed 8 months ago
I can confirm the bug. Easy to reproduce just use the command --threshold-stat total
.
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. Here is how to consume the nightly: https://github.com/coverlet-coverage/coverlet/blob/master/Documentation/ConsumeNightlyBuild.md
We now have a new official release 6.0.2
that can be consumed from nuget.org.
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