Skip to content

Commit

Permalink
codecov?
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybrad committed May 24, 2019
1 parent aad1edf commit b6b05d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@ script:
vendor/bin/codecept run unit
else
mkdir -p build/logs
vendor/bin/codecept run unit --coverage-xml build/logs/clover.xml;
vendor/bin/codecept run unit --coverage-xml coverage.xml;
fi
after_script:
- |
if [ $TASK_TESTS_COVERAGE == 1 ]; then
travis_retry php vendor/bin/php-coveralls --coverage_clover=tests/_output/build/logs/clover.xml --json_path=tests/_output/build/logs/coveralls-upload.json
bash <(curl -s https://codecov.io/bash)
fi
#after_script:
Expand Down

0 comments on commit b6b05d2

Please sign in to comment.