We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31fc4ab commit e35a936Copy full SHA for e35a936
.github/workflows/test-mutations.yml
@@ -8,8 +8,9 @@ on:
8
- 'src/adapter/**'
9
- 'src/core/**'
10
- 'src/lib/**'
11
- - 'tools/infection/composer.lock'
+ - 'tools/infection/composer.*'
12
- 'composer.lock'
13
+ - 'infection.json'
14
push:
15
branches: [ 1.x ]
16
paths-ignore:
infection.json
@@ -70,6 +70,6 @@
70
},
71
"tmpDir": "var/infection/cache",
72
"testFrameworkOptions": "--testsuite=unit",
73
- "minMsi": 25,
74
- "minCoveredMsi": 40
+ "minMsi": 29,
+ "minCoveredMsi": 75
75
}
0 commit comments