Skip to content

Commit 69621fb

Browse files
Attempt to exclude Clipper2Lib from code coverage
1 parent 59aff6b commit 69621fb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/coverlet.runsettings

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
<Configuration>
77
<Format>lcov</Format>
88
<Include>[SixLabors.*]*</Include>
9+
<Exclude>
10+
<!-- Exclude everthing inside the namesapce "Clipper2Lib" -->
11+
<Function>^Clipper2Lib\..*</Function>
12+
</Exclude>
913
<UseSourceLink>true</UseSourceLink>
1014
</Configuration>
1115
</DataCollector>

0 commit comments

Comments
 (0)