Skip to content

Commit

Permalink
Merge pull request #375 from tonyhallett/update-readme-exclude
Browse files Browse the repository at this point in the history
Emphasise IncludeReferencedProjects and FCCExcludeFromCodeCoverage is…
  • Loading branch information
tonyhallett committed Jan 13, 2024
2 parents dd440db + b7a3c72 commit 711e115
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
```
<PropertyGroup>
<FCCExcludeFromCodeCoverage/>
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 711e115

Please sign in to comment.