File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed
src/Template/.github/workflows Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change 99 - ' composer.*'
1010 - ' phpunit*'
1111 - ' .github/workflows/infection.yml'
12- push :
13- branches :
14- - develop
15- paths :
16- - ' **.php'
17- - ' composer.*'
18- - ' phpunit*'
19- - ' .github/workflows/infection.yml'
2012
2113jobs :
2214 main :
6254 composer update --no-progress --no-interaction --prefer-dist --optimize-autoloader
6355 fi
6456
65- - name : Test with PHPUnit
66- run : vendor/bin/phpunit --teamcity
67-
68- - name : Mutate with Infection
57+ - name : Run Infection for added files only
6958 run : |
7059 git fetch --depth=1 origin $GITHUB_BASE_REF
71- infection --threads=2 --skip-initial-tests --coverage=build/phpunit -- git-diff-base=origin/$GITHUB_BASE_REF --git-diff-filter=AM --logger-github --ignore-msi-with-no-mutations
60+ infection --threads=max --git-diff-lines --git-diff-base=origin/$GITHUB_BASE_REF --ignore-msi-with-no-mutations --only-covered --logger-github
You can’t perform that action at this time.
0 commit comments