Skip to content

Commit da5a6f2

Browse files
committed
Enable CI output for Infection
1 parent b718a31 commit da5a6f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

infection.json.dist

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"text": "./var/infection.log",
1010
"summary": "./var/infection-summary.log",
1111
"json": "./var/infection.json",
12-
"perMutator": "./var/infection-per-mutator.md"
12+
"perMutator": "./var/infection-per-mutator.md",
13+
"github": true
1314
},
1415
"minMsi": 100,
1516
"minCoveredMsi": 100,

0 commit comments

Comments
 (0)