Created needed commands and updated pipeline config file to run infection using an existing code coverage report

This commit is contained in:
Alejandro Celaya
2018-11-03 10:58:46 +01:00
parent 5ec8c229a1
commit 8fc1d23e03
2 changed files with 23 additions and 7 deletions

View File

@@ -25,9 +25,10 @@ install:
script:
- mkdir build
- composer check
- composer ci
after_success:
- rm -f build/clover.xml
- vendor/bin/phpcov merge build --clover build/clover.xml
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover build/clover.xml