65.9K
CodeProject is changing. Read more.
Home

Measuring code coverage of ASP.NET 5 applications using Opencover

starIconstarIconstarIconstarIconstarIcon

5.00/5 (2 votes)

Sep 20, 2015

MIT

2 min read

viewsIcon

8854

This post is about getting code coverage of ASP.NET 5 using Opencover. In computer science, code coverage is a measure used to describe the degree to which the source code of a program is tested by a particular test suite.