Skip to content

Is there any way to execute coverlet using dotnet vstest #190

Closed
@vikasillumina

Description

@vikasillumina

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions