Skip to content

Commit e35a936

Browse files
authored
Increase minimal MSI for Infection (#1293)
* Increase minimal MSI for Infection * Run mutations tests when changing Inflection related files
1 parent 31fc4ab commit e35a936

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/test-mutations.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ on:
88
- 'src/adapter/**'
99
- 'src/core/**'
1010
- 'src/lib/**'
11-
- 'tools/infection/composer.lock'
11+
- 'tools/infection/composer.*'
1212
- 'composer.lock'
13+
- 'infection.json'
1314
push:
1415
branches: [ 1.x ]
1516
paths-ignore:

infection.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@
7070
},
7171
"tmpDir": "var/infection/cache",
7272
"testFrameworkOptions": "--testsuite=unit",
73-
"minMsi": 25,
74-
"minCoveredMsi": 40
73+
"minMsi": 29,
74+
"minCoveredMsi": 75
7575
}

0 commit comments

Comments
 (0)