Skip to content

Commit

Permalink
Exclude methods by attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Turnerj committed Oct 10, 2020
1 parent 3c19860 commit dc4594d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CodeCoverage.runsettings
Expand Up @@ -7,6 +7,7 @@
<Format>cobertura</Format>
<Exclude>[MongoFramework.Tests]*</Exclude>
<Include>[MongoFramework]*,[MongoFramework.*]*</Include>
<ExcludeByAttribute>Obsolete,GeneratedCodeAttribute,CompilerGeneratedAttribute</ExcludeByAttribute>
<UseSourceLink>true</UseSourceLink>
<SkipAutoProps>true</SkipAutoProps>
</Configuration>
Expand Down

0 comments on commit dc4594d

Please sign in to comment.