mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Created needed commands and updated pipeline config file to run infection using an existing code coverage report
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user