AArnott / Library.Template

A template for a NuGet package with tests, stylecop, fxcop, versioning, and Azure Pipelines build ready to go.
MIT License
131 stars 26 forks source link

Include only unique coverage reports in artifact #162

Closed AArnott closed 2 years ago

AArnott commented 2 years ago

The test runner is creating two cobertura.xml files for each test run. Besides doubling the size of the coverageResults artifact, this makes the publish-codecoverage.yml pipeline step do much more work which can take minutes instead of seconds.

AArnott commented 2 years ago

Fixes #161 CC: @SteveBush