--show-mutations over cat infection.log

This commit is contained in:
Aidan Woods 2019-02-03 00:55:39 +00:00
parent 660c2e43a3
commit f95c3bb154
No known key found for this signature in database
GPG Key ID: 9A6A8EFAA512BBB9

View File

@ -49,8 +49,7 @@ jobs:
- composer install --prefer-dist --no-interaction --no-progress - composer install --prefer-dist --no-interaction --no-progress
script: script:
- composer test-units - composer test-units
- vendor/bin/infection --threads=4 --min-msi=80 --min-covered-msi=80 - vendor/bin/infection --show-mutations --threads=4 --min-msi=80 --min-covered-msi=80
- cat infection.log
- <<: *MUTATION_AND_UNIT_TEST - <<: *MUTATION_AND_UNIT_TEST
php: 7.2 php: 7.2
- <<: *MUTATION_AND_UNIT_TEST - <<: *MUTATION_AND_UNIT_TEST