Skip to content

Commit f754eaf

Browse files
Configure Infection
1 parent 0d29b6c commit f754eaf

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

infection.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"source": {
3+
"directories": [
4+
"src"
5+
]
6+
},
7+
"mutators": {
8+
"@default": true
9+
},
10+
"minMsi": 100,
11+
"minCoveredMsi": 100
12+
}

0 commit comments

Comments
 (0)