Closed
Description
In the settings I have the following inclusions:
<Include>
<ModulePath>.*Microsoft.AspNetCore.*\.dll$</ModulePath>
<ModulePath>.*Microsoft.Extensions.*\.dll$</ModulePath>
<ModulePath>.*System.Cloud.*\.dll$</ModulePath>
</Include>
Yet, the coverage results contain entries for "Humanizer" (and "Microsoft.IO.*" which I had to explicitly suppress). Can you please help understand why these entries get added?
dotnet-coverage: 17.7.1
Command: dotnet dotnet-coverage collect --settings ./eng/CodeCoverage.config --output ./artifacts/TestResults/Release//w.cobertura.xml "./build.cmd -ci -NativeToolsOnMachine -test -configuration Release "
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=299361&view=artifacts&pathAsName=false&type=publishedArtifacts (see CodeCoverageResults
)
Settings: https://github.com/dotnet/extensions/blob/cc/eng/CodeCoverage.config
Metadata
Metadata
Assignees
Labels
No labels