Skip to content

Commit f3da4f8

Browse files
authored
Update code coverage tracking (#243)
Removing some excluded code blocks based on attributes. This was tripping up and excluding async code which is kinda problematic given how much there is.
1 parent f231973 commit f3da4f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: CodeCoverage.runsettings

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Format>cobertura</Format>
88
<Exclude>[CacheTower.Tests]*,[CacheTower.Benchmarks]*,[CacheTower.AlternativesBenchmark]*</Exclude>
99
<Include>[CacheTower]*,[CacheTower.*]*</Include>
10-
<ExcludeByAttribute>Obsolete,GeneratedCodeAttribute,CompilerGeneratedAttribute</ExcludeByAttribute>
10+
<ExcludeByAttribute>Obsolete</ExcludeByAttribute>
1111
<UseSourceLink>true</UseSourceLink>
1212
<SkipAutoProps>true</SkipAutoProps>
1313
</Configuration>

0 commit comments

Comments
 (0)