mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Only mutate covered lines of code when running mutation testing
This commit is contained in:
parent
10e58b9f91
commit
ea5e2dd75f
@ -72,7 +72,7 @@ jobs:
|
|||||||
command: composer global require infection/infection
|
command: composer global require infection/infection
|
||||||
- run:
|
- run:
|
||||||
name: Mutation coverage testing
|
name: Mutation coverage testing
|
||||||
command: php -d memory_limit=4G ~/.composer/vendor/bin/infection --coverage=build/phpunit || echo 'Temporarily ignoring unexplained infection failure'
|
command: php -d memory_limit=4G ~/.composer/vendor/bin/infection --coverage=build/phpunit --only-covered || echo 'Temporarily ignoring unexplained infection failure'
|
||||||
phar-build:
|
phar-build:
|
||||||
executor: php-72
|
executor: php-72
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user