Skip to content

Commit

Permalink
Updated code coverage settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Turnerj committed Mar 29, 2023
1 parent c084391 commit d79d8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CodeCoverage.runsettings
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Format>cobertura</Format>
<Exclude>[TurnerSoftware.Aqueduct.Tests]*</Exclude>
<Include>[TurnerSoftware.Aqueduct]*,[TurnerSoftware.Aqueduct.*]*</Include>
<ExcludeByAttribute>Obsolete,GeneratedCodeAttribute,CompilerGeneratedAttribute,DebuggerNonUserCode,DebuggerStepThrough</ExcludeByAttribute>
<ExcludeByAttribute>Obsolete,GeneratedCodeAttribute</ExcludeByAttribute>
<UseSourceLink>true</UseSourceLink>
<SkipAutoProps>true</SkipAutoProps>
</Configuration>
Expand Down

0 comments on commit d79d8b5

Please sign in to comment.