Skip to content

Commit 6cc3ef1

Browse files
fhnaseerfaisal
andauthored
Adding docs for ExcludeAssembliesWithoutSources (#166)
* Upgrading versions, * Correct target framework * Upgrading dotnet version in yml files, * more, * more, * Fixing warnings related to markdown, * fix, * fix, * updating docs, * more, * Adding docs for ExcludeAssembliesWithoutSources, --------- Co-authored-by: faisal <faisalhafeez@microsoft.com>
1 parent 95fab55 commit 6cc3ef1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/configuration.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
| CLRIEARM64InstallDir | Directory path | | | Path to directory with custom CLR IE ARM64 binary | `<CLRIEARM64InstallDir>D:\Microsoft.CodeCoverage\InstrumentationEngine\arm64</CLRIEARM64InstallDir>` |
2222
| PerTestCodeCoverage | `True`, `False` | `False` | `False` | Indicates if coverage should be collected for each test separately | `<PerTestCodeCoverage>True</PerTestCodeCoverage>` |
2323
| IncludeTestAssembly | `True`, `False` | `True` | `False` | Indicates if coverage should be collected for tests projects | `<IncludeTestAssembly>True</IncludeTestAssembly>` |
24-
| DeterministicReport | `True`, `False` | `False` | `False` | Indicates if paths in the report should start with deterministic fragment `/_/..` instead of full paths | `<DeterministicReport>True</DeterministicReport>` |
24+
| DeterministicReport | `True`, `False` | `False` | `False` | Requires `DeterministicSourcePaths` to be set to `True` during the build. When enabled, paths in the report will start with a deterministic fragment `/_/..` instead of full paths. More details can be found [here](https://github.com/dotnet/sourcelink/blob/main/docs/README.md#deterministicsourcepaths). | `<DeterministicReport>True</DeterministicReport>` |
25+
| ExcludeAssembliesWithoutSources | `NotSpecified`, `MissingAny`, `MissingAll`, `None` | `NotSpecified` | `MissingAll` | Excludes assemblies from the coverage report if their source files are missing. | `<ExcludeAssembliesWithoutSources>True</MissingAny>` |
2526

2627
## Settings under CodeCoverage tag
2728

0 commit comments

Comments
 (0)