Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

Differences in covergae report with opencover and NCover #1055

Open
aranguvalu opened this issue Sep 24, 2021 · 0 comments
Open

Differences in covergae report with opencover and NCover #1055

aranguvalu opened this issue Sep 24, 2021 · 0 comments

Comments

@aranguvalu
Copy link

Thers is a gap between opencover report and ncover report when same tests are executed against similar setup. We executed few test cases against our .NET application by copying all necessary pdb files to the application path. Execution was done by using both opencover and ncover.

While analyzing the reports we could see a significant differences in .dlls being touched upon by opencover and NCover. OpenCover execution coverd 47 dlls vs 96 dlls in NCover. The missing dlls in opencover are core components and are not third party related files.

Can you please let me know why the difference and is there any steps thats being missed in the proccess of execution?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant