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 a397269 commit 280c23eCopy full SHA for 280c23e
.github/workflows/main.yml
@@ -45,7 +45,7 @@ jobs:
45
run: php vendor/bin/coverage-check coverage/clover.xml ${{ env.MINIMUM_COVERAGE_PERCENTAGE }}
46
47
- name: Run mutation tests
48
- run: XDEBUG_MODE=coverage php vendor/bin/infection --show-mutations --min-msi=${{ env.MINIMUM_MSI_PERCENTAGE }} --threads=4 --test-framework-options="--testsuite=unit"
+ run: XDEBUG_MODE=coverage php vendor/bin/infection --show-mutations --min-msi=${{ env.MINIMUM_MSI_PERCENTAGE }} --threads=4
49
50
51
integration:
infection.json renamed to infection.json.dist
@@ -7,5 +7,6 @@
7
},
8
"mutators": {
9
"@default": true
10
- }
+ },
11
+ "testFrameworkOptions": "--testsuite=unit"
12
}
0 commit comments