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
is there a possibility to use coverlet with dotnet vstest (not to confuse with dotnet test)?
dotnet vstest takes test assemblies as parameters.
btw. i tried to add the switch --collector:"XPlat Code Coverage" but i got the message that the collector couldn't be found. How do i need to publish my test assembly to make it available?
The text was updated successfully, but these errors were encountered:
@tonerdo 3.0 preview-6, but the test assembly has target framework net472
I try another way, I use the coverlet global tool instead in conjuction with dotnet vstest. Looks promising so far.
is there a possibility to use coverlet with dotnet vstest (not to confuse with dotnet test)?
dotnet vstest takes test assemblies as parameters.
btw. i tried to add the switch --collector:"XPlat Code Coverage" but i got the message that the collector couldn't be found. How do i need to publish my test assembly to make it available?
The text was updated successfully, but these errors were encountered: