We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd440db + b7a3c72 commit 711e115Copy full SHA for 711e115
README.md
@@ -196,6 +196,7 @@ If you do supply the merge attribute on a setting element then it will be used.
196
### Project only
197
198
#### Exclude Referenced Project in referenced project ( csproj/vbproj : OPTIONAL )
199
+This is not transitive.
200
```
201
<PropertyGroup>
202
<FCCExcludeFromCodeCoverage/>
@@ -318,6 +319,9 @@ ThresholdForCrapScore When [crap score](https://testing.googleblog.
318
319
320
321
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
+
325
326
## FCC Output
327
FCC outputs, by default, inside each test project's Debug folder.
0 commit comments