Skip to content

Commit daec673

Browse files
committed
Fix infection config
1 parent 2ff3907 commit daec673

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

infection.json.dist

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,8 @@
99
"summary": ".infection/summary.log",
1010
"json": ".infection/infection-log.json",
1111
"perMutator": ".infection/per-mutator.md",
12-
"github": true,
13-
"badge": {
14-
"branch": "main"
15-
}
12+
"github": true
1613
},
1714
"minMsi": 84,
1815
"minCoveredMsi": 89.7
19-
}
16+
}

0 commit comments

Comments
 (0)