File tree Expand file tree Collapse file tree 6 files changed +157
-292
lines changed Expand file tree Collapse file tree 6 files changed +157
-292
lines changed Original file line number Diff line number Diff line change 6868 if : matrix.os == 'ubuntu-latest' && matrix.php-version == '7.4'
6969 run : |
7070 composer require --dev php-coveralls/php-coveralls
71- COVERALLS_REPO_TOKEN=${{ secrets.COVERALLS_REPO_TOKEN }} COVERALLS_RUN_LOCALLY=1 ./vendor/bin/php-coveralls -v
71+ COVERALLS_REPO_TOKEN=${{ secrets.COVERALLS_REPO_TOKEN }} COVERALLS_RUN_LOCALLY=1 ./vendor/bin/php-coveralls --verbose
72+
73+ - name : Run Infection
74+ if : matrix.os == 'ubuntu-latest' && matrix.php-version == '7.4'
75+ run : composer infection
Original file line number Diff line number Diff line change 4747 " composer --working-dir=./dev-tools infection"
4848 ],
4949 "install-dev-tools" : [
50- " composer --working-dir=./dev-tools install"
50+ " composer --working-dir=./dev-tools --quiet install"
5151 ],
5252 "test" : [
5353 " phpunit"
Original file line number Diff line number Diff line change 11/vendor /
2- /infection.log
Original file line number Diff line number Diff line change 55 "require-dev" : {
66 "ergebnis/composer-normalize" : " ^2.3.2" ,
77 "friendsofphp/php-cs-fixer" : " ^2.16.1" ,
8- "infection/infection" : " ^0.16.1 " ,
8+ "infection/infection" : " ^0.15.3 " ,
99 "kubawerlos/types-checker" : " ^2.0.0" ,
1010 "maglnet/composer-require-checker" : " ^2.1.0" ,
1111 "mi-schi/phpmd-extension" : " ^4.3.0" ,
3232 " phpcbf || exit 0"
3333 ],
3434 "infection" : [
35- " infection run --ansi --min-msi=100 --only-covered -- threads=16"
35+ " infection run --threads=16"
3636 ]
3737 }
3838}
You can’t perform that action at this time.
0 commit comments