1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00

Run mutation tests after unit tests on supported platforms

This commit is contained in:
Aidan Woods
2019-02-02 23:18:08 +00:00
parent d29f900374
commit 811991b27d

View File

@ -42,29 +42,24 @@ jobs:
php: 5.6
- <<: *UNIT_TEST
php: 7.0
- <<: *UNIT_TEST
- &MUTATION_AND_UNIT_TEST
<<: *UNIT_TEST
php: 7.1
- <<: *UNIT_TEST
install:
- 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
- <<: *MUTATION_AND_UNIT_TEST
php: 7.2
- <<: *UNIT_TEST
- <<: *MUTATION_AND_UNIT_TEST
php: 7.3
- <<: *UNIT_TEST
php: nightly
env: ALLOW_FAILURE
- &MUTATION_TEST
stage: Mutation
php: 7.1
install:
- composer install --prefer-dist --no-interaction --no-progress
script: vendor/bin/infection --threads=2 --min-msi=80 --min-covered-msi=80
- <<: *MUTATION_TEST
php: 7.2
- <<: *MUTATION_TEST
php: 7.3
- &COMMONMARK_TEST
stage: CommonMark
name: Weak