Skip to content

Commit 711e115

Browse files
authored
Merge pull request #375 from tonyhallett/update-readme-exclude
Emphasise IncludeReferencedProjects and FCCExcludeFromCodeCoverage is…
2 parents dd440db + b7a3c72 commit 711e115

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ If you do supply the merge attribute on a setting element then it will be used.
196196
### Project only
197197

198198
#### Exclude Referenced Project in referenced project ( csproj/vbproj : OPTIONAL )
199+
This is not transitive.
199200
```
200201
<PropertyGroup>
201202
<FCCExcludeFromCodeCoverage/>
@@ -318,6 +319,9 @@ ThresholdForCrapScore When [crap score](https://testing.googleblog.
318319
319320
320321
```
322+
## Exclusions and inclusions
323+
You probably want to set IncludeReferencedProjects to true. This will ensure that you do not get coverage for testing frameworks - only your code.
324+
321325

322326
## FCC Output
323327
FCC outputs, by default, inside each test project's Debug folder.

0 commit comments

Comments
 (0)