You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reviewing the documentation for MSBUILD Integration, I made sure that I had coverlet.msbuild package installed instead of the coverlet.coverage package. I also corrected the threshold-type parameter:
dotnet test -p:CollectCoverage=true -p:Threshold=99-p:ThresholdType=line
I'm using
.NET 9.0
and running:With output:
The last exit code is for
$?
isTrue
. Anyone else hitting this issue?The text was updated successfully, but these errors were encountered: