Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
romaninsh committed Dec 5, 2018
1 parent 5192271 commit 7d3667f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -31,7 +31,8 @@ script:
- $CM ./vendor/bin/phpunit --configuration phpunit-pgsql.xml $NC

after_script:
- if [[ ${TRAVIS_PHP_VERSION:0:3} == "7.2" ]]; then vendor/bin/phpcov merge build/logs/ --clover cc.xml; vendor/bin/test-reporter --coverage-report cc.xml; fi
- ls -l build/logs
- if [[ ${TRAVIS_PHP_VERSION:0:3} == "7.2" ]]; then vendor/bin/phpcov merge build/logs/ --clover cc.xml; ls -l cc.xml; vendor/bin/test-reporter --coverage-report cc.xml; fi
- if [[ ${TRAVIS_PHP_VERSION:0:3} == "7.2" ]]; then echo "Sending codecov report"; TRAVIS_CMD="" bash <(curl -s https://codecov.io/bash) -f cc.xml; fi

notifications:
Expand Down

0 comments on commit 7d3667f

Please sign in to comment.