Extensions to the `dotnet test` command that enable code coverage reporting (using OpenCover) and a few other bonus features.
NOTE: Due to OpenCover being Windows only, this tool will only work on Windows
Features
1. Run `dotnet test` with code coverage tracking by OpenCover
2. Generate...
More information
This task is intended to work with zero configuration but is fully configurable. You simply add the test projects as a Project Reference and it generates the output using ReportGenerator.
Coveralls.io uploader for .NET Code Coverage. Supports opencover and visual studio's codecoverage.exe on windows, and monocov for mono
(Modified to target .Net Core 3.1)