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.
- Host: GitHub
- URL: https://github.com/danielpalme/dotnetcoveragetoolcomparision
- Owner: danielpalme
- License: apache-2.0
- Created: 2018-04-03T20:23:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-22T12:50:21.000Z (over 1 year ago)
- Last Synced: 2025-01-14T00:48:18.039Z (over 1 year ago)
- Topics: code-coverage, testing
- Language: Batchfile
- Homepage:
- Size: 854 KB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)