Skip to content

Extraneous coverage results #33

Closed
Closed
@RussKie

Description

@RussKie

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?
image

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

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions