File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 2828 uses : shivammathur/setup-php@v2
2929 with :
3030 php-version : " ${{ matrix.php }}"
31+ ini-values : " memory_limit=-1"
3132 env :
3233 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3334
@@ -64,11 +65,15 @@ jobs:
6465
6566 - name : Mutation tests - minimum thresholds
6667 run : |
67- vendor/bin/infection --min-msi=85 --min-covered-msi=88
68+ vendor/bin/roave-infection-static-analysis-plugin \
69+ --min-msi=90 \
70+ --min-covered-msi=90
6871 working-directory : php
6972
7073 - name : Mutation tests - modifications
7174 run : |
7275 git fetch --depth=1 origin $GITHUB_BASE_REF
73- vendor/bin/infection --git-diff-lines --git-diff-base=origin/$GITHUB_BASE_REF --logger-github --ignore-msi-with-no-mutations
76+ vendor/bin/roave-infection-static-analysis-plugin \
77+ --git-diff-lines --git-diff-base=origin/$GITHUB_BASE_REF \
78+ --logger-github --ignore-msi-with-no-mutations
7479 working-directory : php
Original file line number Diff line number Diff line change 2323 "friendsofphp/php-cs-fixer" : " ^3.5" ,
2424 "psalm/plugin-phpunit" : " ^0.18.0" ,
2525 "nikic/php-parser" : " ^4.14" ,
26- "infection/infection" : " ^0.26.16"
26+ "infection/infection" : " ^0.26.16" ,
27+ "roave/infection-static-analysis-plugin" : " ^1.25"
2728 },
2829 "repositories" : [
2930 {
You can’t perform that action at this time.
0 commit comments