I have a large .NET Framework solution and want to start collecting code coverage data as part of our build pipeline (as well as on our local developer machines).
On the Coverlet GitHub page it says that it supports .NET Framework projects but all the examples are using the dotnet test CLI command.
Is it possible to use Coverlet for this or should I be looking at something like OpenCover?