David Müller
cfccd83126
New parameter to control automatic assembly exclusion ( #1392 )
...
New parameter to control automatic assembly exclusion
2022-11-10 10:36:26 +01:00
Marco Rossignoli
2b8a4565b1
Update documentation with new feature InstrumentModulesWithoutLocalSources ( #1385 )
...
Update documentation with new feature `InstrumentModulesWithoutLocalSources`
2022-09-28 09:40:43 +02:00
Alberto Monteiro
f4f0bad94f
Update documentation for powershell users ( #1283 )
...
Update documentation for powershell users
2022-01-31 22:53:00 +01:00
Andrew Stanton
b025059321
Fixing link for Deterministic build docs had an extra "Documentation" in the path ( #1154 )
2021-04-27 11:40:48 +02:00
David Müller
1f9e04b549
Update documentation with escaped quotes ( #1146 )
...
Update documentation with escaped quotes
2021-04-17 16:41:25 +02:00
Paulo Barbosa
c74b9c41b5
Add multiple threshold ( #1123 )
...
Add multiple threshold
2021-03-30 21:40:29 +02:00
Marco Rossignoli
a2082b301d
Add deterministic report support ( #1113 )
...
Add deterministic report support
2021-03-13 15:40:11 +01:00
Marco Rossignoli
e3c5737f02
Opt-in reachability helper ( #1061 )
...
Opt-in reachability helper
2021-01-23 15:37:28 +01:00
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