Skip to content

Commit 77e3da4

Browse files
committed
fix: clean up coverlet run settings
1 parent bf83f28 commit 77e3da4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

coverlet.runsettings

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
<Format>cobertura,json,lcov</Format>
99

1010
<!-- Include patterns: what to measure coverage for -->
11+
<!-- [Flowthru]* covers all assemblies: Flowthru, Flowthru.Core,
12+
Flowthru.Extensions.*, Flowthru.FUnit, Flowthru.Misc.* -->
1113
<Include>
1214
[Flowthru]*
13-
[Flowthru.Integrations.*]*
14-
[ML.Next]*
1515
</Include>
1616

1717
<!-- Exclude patterns: what NOT to measure -->

0 commit comments

Comments
 (0)