mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
--show-mutations over cat infection.log
This commit is contained in:
parent
660c2e43a3
commit
f95c3bb154
@ -49,8 +49,7 @@ jobs:
|
||||
- composer install --prefer-dist --no-interaction --no-progress
|
||||
script:
|
||||
- composer test-units
|
||||
- vendor/bin/infection --threads=4 --min-msi=80 --min-covered-msi=80
|
||||
- cat infection.log
|
||||
- vendor/bin/infection --show-mutations --threads=4 --min-msi=80 --min-covered-msi=80
|
||||
- <<: *MUTATION_AND_UNIT_TEST
|
||||
php: 7.2
|
||||
- <<: *MUTATION_AND_UNIT_TEST
|
||||
|
Loading…
Reference in New Issue
Block a user