Toni Solarin-Sodara
a1d47d3775
Update documentation ( #1018 )
2020-12-16 15:09:46 +01:00
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
kevin-montrose
5ec636bb16
Exclude code that follows [DoesNotReturn] from code coverage ( #904 )
...
Exclude code that follows [DoesNotReturn] from code coverage
2020-09-05 11:21:21 +02:00
Marco Rossignoli
fdd2930df6
Add skipautoprops feature ( #912 )
...
Add skipautoprops feature
2020-08-03 19:38:59 +02:00
Myles
778b697655
Fixed a few small typos in documentation ( #910 )
...
Fixed a few small typos in documentation
2020-07-23 08:16:00 +02:00
Christopher-Marcel Böddecker
f76078771d
Fix attribute exclusion
2020-06-26 08:49:58 +02:00
Marco Rossignoli
fa1a6343fb
Fix excludeByFile documentation ( #833 )
...
Fix excludeByFile documentation
2020-05-05 09:26:20 +02:00
Travis Illig
e9dcf4c56a
Note for Linux users on MSBuild issues. ( #795 )
...
Note for Linux users on MSBuild issues.
2020-04-06 17:11:25 +02:00
Marco Rossignoli
83c47b8dd4
Exclude by assembly level System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage ( #589 )
...
Exclude by assembly level System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage
2019-10-12 11:47:30 +02:00
Marco Rossignoli
589e210e74
Update "mergewith" doc ( #568 )
...
Update "mergewith" doc
2019-09-26 10:12:42 +02:00
dijitle
84d47a144c
fixing TeamCity Service Messages ( #493 )
...
TeamCity uses B, not R, for branching. Also removed the percentage, as teamcity automatically calculates from covered and total
2019-07-25 18:31:06 +01:00
Toni Solarin-Sodara
e73d67f097
update documentation structure
2019-05-24 21:50:01 +01:00