philippgille / hello-netcoreapp

Basic .NET Core console application with additional scripts and files for building the app and creating release artifacts for a framework-dependent deployment, self-contained deployment, Docker image, Chocolatey package and AppImage
GNU General Public License v3.0
6 stars 5 forks source link

Add automated code coverage analysis #24

Open philippgille opened 7 years ago

philippgille commented 7 years ago

Probably needed for coverage report generation in any case: https://github.com/OpenCover/opencover

philippgille commented 7 years ago

Only makes sense after #25