Skip to content

Commit 735955b

Browse files
committed
Remove infection
1 parent 9ff7d07 commit 735955b

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -128,25 +128,3 @@ jobs:
128128
env:
129129
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
130130
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

0 commit comments

Comments
 (0)