-
Notifications
You must be signed in to change notification settings - Fork 389
Coverage is overwritten if the project has multiple target frameworks #177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for reporting this. Will check it out |
+1 |
Workaround is just to run |
Our workaround is to use merging and two output formats:
|
I would suggest that the tfm be added to the output file name in this scenario, yielding multiple output files. ReportGenerator or something else can merge them then. |
Here's another workaround -- In my
It then creates a subdirectory for each assembly and target framework, enabling me to run dotnet test with a wildcard. |
If a system under test has multiple target frameworks, then
runs multiple coverage runs, overwriting the coverage output each time.
This is the equivalent of AltCover issue #31.
The text was updated successfully, but these errors were encountered: