srkCodes1307
srkCodes1307

Reputation: 23

How to generate MS Test Code Coverage Report

I am creating an web Application using ASP.NET core and Angular 7. I have developed Unit Test cases for Web API code using MS Test Framework. In angular i was able to generate a code coverage report using Karma, But in DotNet i was not able to find out a tool to generate Coverage report.

I don't have any alternative other than using MS Test framework, so kindly don't suggest Xunit and Nunit.

It would great to have a step by step description or any resource to go through

Upvotes: 0

Views: 671

Answers (1)

2bis
2bis

Reputation: 55

have you tried opencover tool?

opencover

there might be another option called "PartCover" but I've never used it..

Upvotes: 1

Related Questions