question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

CollectFromChildProcesses supported?

See original GitHub issue

With the Microsoft CodeCoverage collector it is possible to collect code coverage from child processes via the following setting in the .runsettings file:

<CollectFromChildProcesses>True</CollectFromChildProcesses>

It this also possible with coverlet.collector?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:21

github_iconTop GitHub Comments

1reaction
candritzkycommented, Nov 25, 2021

@MarcoRossignoli OK, I see. This double backslash escaping is not a problem. Instrumentation of modules also works when the directory names have double backslashes as a path separator.

I’m closing this. Thanks a lot for your support!

0reactions
candritzkycommented, May 18, 2022

Happens again, created new issue #1338.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Configure unit tests by using a .runsettings file
The run settings file for a project is specified by the property RunSettingsFilePath. Project-level run settings is currently supported in C#, ...
Read more >
Customizing Code Coverage Analysis - Visual Studio
Learn how to use the ExcludeFromCodeCoverageAttribute attribute to exclude test code from coverage results. You can include assemblies ...
Read more >
DataCollector enabled in VsTest task by default
In case you need answers to common questions or need assisted support, be sure to use https://visualstudio.microsoft.com/vs/support/.
Read more >
runsettings.xml file not working with dotnet test coverage ...
As you can see that I specified only to include *WCController.dll assembly but still it is showing coverage of other assemblies as well....
Read more >
Code Coverage - RoboKiwi.com
You can configure Code Coverage by using a .runsettings file. This is an XML configuration file, and there is no longer built-in support...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found