From b7a3c72f22ad33b61612e87e185faa974aa2cd32 Mon Sep 17 00:00:00 2001 From: Tony Hallett Date: Sat, 13 Jan 2024 12:00:17 +0000 Subject: [PATCH] Emphasise IncludeReferencedProjects and FCCExcludeFromCodeCoverage is not transitive --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a962e957..ce0c4825 100644 --- a/README.md +++ b/README.md @@ -196,6 +196,7 @@ If you do supply the merge attribute on a setting element then it will be used. ### Project only #### Exclude Referenced Project in referenced project ( csproj/vbproj : OPTIONAL ) +This is not transitive. ``` @@ -318,6 +319,9 @@ ThresholdForCrapScore When [crap score](https://testing.googleblog. ``` +## Exclusions and inclusions +You probably want to set IncludeReferencedProjects to true. This will ensure that you do not get coverage for testing frameworks - only your code. + ## FCC Output FCC outputs, by default, inside each test project's Debug folder.