File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 5555 - name : Install Composer dependencies
5656 run : composer update -n --prefer-dist ${{ matrix.composer-flags }}
5757 - name : Run Tests
58- if : ${{ matrix.php-versions == 8.0 && matrix.operating-system == 'ubuntu-latest' }}
5958 run : vendor/bin/simple-phpunit --coverage-clover coverage.xml
6059 - name : Upload coverage to Codecov
6160 uses : codecov/codecov-action@v1
6463 env :
6564 STRYKER_DASHBOARD_API_KEY : ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
6665 run : |
67- composer req infection/infection
66+ composer req infection/infection -W
6867 vendor/bin/infection --ignore-msi-with-no-mutations --min-covered-msi=100 --min-msi=100 -s -j4
6968 - name : Run phpstan
7069 if : ${{ matrix.php-versions == 8.0 && matrix.operating-system == 'ubuntu-latest' }}
You can’t perform that action at this time.
0 commit comments