Skip to content

Commit 8183d1b

Browse files
committed
feat: added stryker configuration
1 parent dbdca5b commit 8183d1b

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)