Skip to content

Commit 9938e31

Browse files
committed
Enable Infection in Grumphp.
1 parent d9ba43e commit 9938e31

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

grumphp.yml.dist

+11
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,14 @@ parameters:
77
extra_tasks:
88
phpspec:
99
verbose: true
10+
metadata:
11+
priority: 3000
12+
infection:
13+
threads: 10
14+
test_framework: phpspec
15+
configuration: infection.json.dist
16+
min_msi: 95
17+
min_covered_msi: 95
18+
metadata:
19+
priority: 2000
20+

0 commit comments

Comments
 (0)