We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbdca5b commit 8183d1bCopy full SHA for 8183d1b
Source/tests/UnitTests/Cogworks.Essentials.UnitTests/stryker-config.json
@@ -0,0 +1,23 @@
1
+{
2
+ "stryker-config": {
3
+ "reporters": [
4
+ "html",
5
+ "cleartext"
6
+ ],
7
+ "timeout-ms": 20000,
8
+ "log-file": true,
9
+ "project-file": "Cogworks.Essentials.csproj",
10
+ "max-concurrent-test-runners": 4,
11
+ "threshold-high": 80,
12
+ "threshold-low": 70,
13
+ "threshold-break": 60,
14
+ "mutation-level": "Standard",
15
+ "mutate": [
16
+ "!Constants/*.*",
17
+ "!EventsArgs/*.*",
18
+ "!Extensions/*.*",
19
+ "!Helpers/*.*"
20
21
+ "coverage-analysis": "perTestInIsolation"
22
+ }
23
+}
0 commit comments