Closed
Description
Hi @tonerdo,
I had success with using coverlet to get the coverage report for each of the test project using the dotnet test command as I described here:
#184
However to save time on builds, I want to run the tests in parallel by testassemblies or xunit collection. Unfortunately dotnet test doesn't allow to run the tests in parallel however it seems we can do that with dotnet vstest command. But I need the test coverage too, so I was wondering if coverlet will work with dotnet vstest command.
Regards,
Vikas
Metadata
Metadata
Assignees
Labels
No labels