We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5dc11ca + 7706205 commit 5f092bcCopy full SHA for 5f092bc
tests/coverlet.runsettings
@@ -0,0 +1,18 @@
1
+<?xml version="1.0" encoding="utf-8" ?>
2
+<RunSettings>
3
+ <RunConfiguration>
4
+ <!--Used in conjunction with ActiveIssueAttribute to skip tests with known issues-->
5
+ <TestCaseFilter>category!=failing</TestCaseFilter>
6
+ </RunConfiguration>
7
+ <DataCollectionRunSettings>
8
+ <DataCollectors>
9
+ <DataCollector friendlyName="XPlat code coverage">
10
+ <Configuration>
11
+ <Format>lcov</Format>
12
+ <Include>[SixLabors.*]*</Include>
13
+ <UseSourceLink>true</UseSourceLink>
14
+ </Configuration>
15
+ </DataCollector>
16
+ </DataCollectors>
17
+ </DataCollectionRunSettings>
18
+</RunSettings>
0 commit comments