Skip to content

Commit 280c23e

Browse files
Rename infection.json to infection.json.dist and move test framework options to config
1 parent a397269 commit 280c23e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: php vendor/bin/coverage-check coverage/clover.xml ${{ env.MINIMUM_COVERAGE_PERCENTAGE }}
4646

4747
- 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"
48+
run: XDEBUG_MODE=coverage php vendor/bin/infection --show-mutations --min-msi=${{ env.MINIMUM_MSI_PERCENTAGE }} --threads=4
4949

5050

5151
integration:

infection.json renamed to infection.json.dist

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
},
88
"mutators": {
99
"@default": true
10-
}
10+
},
11+
"testFrameworkOptions": "--testsuite=unit"
1112
}

0 commit comments

Comments
 (0)