-
Notifications
You must be signed in to change notification settings - Fork 386
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
Unable to exclude files using .runsettings in dotnet test. #1683
Comments
@Bertk |
@ashishbhatt-afk I have doubts using <Exclude>[typename1]*, [typename2]*</Exclude>
<ExcludeByFile>**/IRISElementsBookkeeping/*.cs</ExcludeByFile> example from Coverlet CI Line 33 in cf40840
|
I'm running into similar issues. I created an issue here with my findings #1695 From what I found, the generated report that you specified under |
The VSTest integration with coverlet.collector uses the .runsettings file (see VSTestIntegration.md) You are using coverlet.msbuild which only supports MSBuild properties.
|
I am trying to exclude few files from code coverage but I cant do it.
Below is my runsettings file:
Below is my YAML:
Please help.
The text was updated successfully, but these errors were encountered: