An open API service indexing awesome lists of open source software.

https://github.com/danielpalme/dotnetcoveragetoolcomparision

Test of code coverage tools for .NET 4.8 and .NET Core based on xUnit sample project.
https://github.com/danielpalme/dotnetcoveragetoolcomparision

code-coverage testing

Last synced: over 1 year ago
JSON representation

Test of code coverage tools for .NET 4.8 and .NET Core based on xUnit sample project.

Awesome Lists containing this project

README

          

# Code coverage tools

Test of code coverage tools for .NET 4.8 and .NET Core based on [xUnit](https://xunit.github.io/) sample project.

## Tools
The following coverage tools have been used:
* [OpenCover](https://github.com/OpenCover/opencover)
* [Coverlet](https://github.com/tonerdo/coverlet/)
* [altcover](https://github.com/SteveGilham/altcover)

Author: Daniel Palme
Blog: [www.palmmedia.de](https://www.palmmedia.de)
Twitter: [@danielpalme](https://twitter.com/danielpalme)