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
Add option to set threshold only for total coverage.
So run will be succeeded when total coverage more then specified threshold, even if some of projects have coverage 0, or below specified threshold.
Something like
dotnet test /p:CollectCoverage=true /p:TotalThreshold=80
vantheshark, maikschoeneich, PeterIttner and RuiCostafrgmaikschoeneich, PeterIttner and acarrau