-
Notifications
You must be signed in to change notification settings - Fork 389
Coverage being generated only with a filter argument #944
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
What does mean "doesn't work"?Are the process hanging?It's slow?Can you try to run in local?Instrumentation is invasive and sometimes slow down a lot tests, we have some issue related to this for instance #777 |
With the filter argument, I'm getting the These are the outputs with |
Can you enable logging and attach result(be sure to not expose sensible data)? https://github.com/coverlet-coverage/coverlet/blob/master/Documentation/Troubleshooting.md#msbuild-integration |
I can't do that on macOS, right? |
|
Oh seems to work on it https://github.com/KirillOsenkov/MSBuildStructuredLog#running-the-avalonia-version-on-mac with some machinery. |
Closed for stale conversation, feel free to re-open if needed. |
Sorry for the lack of feedback @MarcoRossignoli. I'll leave this in my To-Do |
I'm trying to setup coverage on playwright-sharp.
I added this to the csproj:
It seems to be working with these command arguments:
But it doesn't work without the filter argument:
Note: The full test suite is over 1,000 tests that could take over 5 minutes.
Ideas?
The text was updated successfully, but these errors were encountered: