You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: