12 packages tagged with “opencover”
Coverlet is a cross platform code coverage library for .NET, with support for line, branch and method coverage.
Coverlet is a cross platform code coverage tool for .NET, with support for line, branch and method coverage.
Coveralls.io uploader for .NET Code Coverage. Supports opencover and visual studio's codecoverage.exe on windows, and monocov for mono
A small utility to post-process an OpenCover XML file
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 cobertura covberage results (useful for VSTS/TFS coverage reporting). 3. Generate an HTML coverage report 4. Discover all test projects in a folder and run tests for all of them (not natively supported by `dotnet test`). Works nicely with `dotnet watch` for continuous testing of an entire solution See https://github.com/duanemck/dotnet-testx for more details
See: https://github.com/watermelonpizza/dotnet-opencover/blob/master/README.md for details.
Unit Test Runner Task, contains Nunit and xunit and OpenCover
Collection of test tools and libraries. Collection of test tools and references to other packages and libraries that I use for my test cases.
A simple coverage comparer that compares opecover html report
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)