Marc Zwart

Results 17 comments of Marc Zwart

Still experiencing this issue with v8.1.1 on cordova-ios 5.0.1

Could be related to the node 16 update? Looking forward to hearing from you.

Is there any news on this? We're enjoying using playwright-dotnet a lot but retries would save us a lot of effort on manually re-running tests that fail due to random...

Seeing the same with cypress junit reports Edit: have seen the same in the past with pytest suites

Is there a timeline for when a fix for this may be released? I'm not sure what to expect, I've seen some activity on the master branch but none for...

I have little experience with this library but here to try and help Documentation shows you should call `Check(Architecture)` instead of `Evaluate(Architecture)` perhaps that helps?

I've been going over the functionality that coverlet provides as-is and there seem to be opportunities for out of process coverage collection: [dotnet-coverage in server mode](https://learn.microsoft.com/en-gb/dotnet/core/additional-tools/dotnet-coverage#use-the-instrument-and-collect-commands-in-server-mode). Perhaps on the testing...

@TheRubble I personally did not, but would love to see this resolved. I'd guess that the intrumentation steps could still work as is, but the collector being the main problem...

https://github.com/coverlet-coverage/coverlet/issues/1760#issuecomment-3093678971 Sharing this reply in the coverlet repo. There's a suggested workaround with coverlet.console. Doesn't seem too hard to include in a simple script which runs dotnet test and sets...