-
Notifications
You must be signed in to change notification settings - Fork 28
Coverage Support
Mark Clearwater edited this page Jun 1, 2018
·
4 revisions
Documented here is the current state of play for what coverage tools are supported, which are in progress, and a wish-list of tools to support in the future.
- OpenCover
- Mono Code Coverage (monocov)
- Visual Studio's Dynamic Coverage (based on ReportGenerator's support, using vstest.console.exe and CodeCoverage.exe)
- Visual Studio Coverage Export (also covered by ReportGenerator's support, not sure if it can be command-line driven)
- chutzpah (A JavaScript Test Runner coverage results)
- LCOV format
- NCover (classic 1.5.x format, at least)
- ReportGenerator Xml format output files (to allow using RG as an intermediary for unsupported types)
-
Coverlet (via its opencover output format
/p:CoverletOutputFormat=opencover
)
- SharpCover (used by the Xamarin Community)
- dotCover
- XR-Baboon (When i can get it to export to xml)
Open an issue if your favorite coverage tool is not on this list yet.