File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -128,25 +128,3 @@ jobs:
128
128
env :
129
129
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
130
130
run : bash <(curl -s https://codecov.io/bash)
131
-
132
- mutation-tests :
133
- name : " Mutation Tests"
134
-
135
- runs-on : ubuntu-latest
136
-
137
- steps :
138
- - name : " Checkout"
139
- uses : actions/checkout@master
140
-
141
- - name : " Install PHP with extensions"
142
- uses : shivammathur/setup-php@v2
143
- with :
144
- coverage : pcov
145
- extensions : mbstring
146
- php-version : 7.4
147
-
148
- - name : " Install locked dependencies with composer"
149
- run : composer install --no-interaction --no-progress --no-suggest
150
-
151
- - name : " Run mutation tests with infection/infection"
152
- run : vendor/bin/infection --ignore-msi-with-no-mutations --min-covered-msi=100 --min-msi=100
You can’t perform that action at this time.
0 commit comments