Files
coverlet/test/coverlet.core.tests/Reporters
Cédric Luthi 46b4125273 Add CoverletReport MSBuild item in the CoverageResultTask MSBuild task (#932)
So that the coverlet reports can be easily used by other MSBuild tasks. For example, using [ReportGenerator](https://github.com/danielpalme/ReportGenerator#usage--command-line-parameters) to generate an html coverage report.

```xml
<Target Name="GenerateHtmlCoverageReport" AfterTargets="GenerateCoverageResultAfterTest">
  <ReportGenerator ReportFiles="@(CoverletReport)" TargetDirectory="../html-coverage-report" />
</Target>
```
2020-10-06 01:37:52 +01:00
..
2019-03-03 11:07:07 +01:00
2018-12-20 11:46:33 +01:00