Skip to content

Commit

Permalink
Move code coverage report before sending it to codecov.io
Browse files Browse the repository at this point in the history
  • Loading branch information
robbieaverill committed Jan 13, 2017
1 parent a1cec37 commit 7045391
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ script:
- vendor/bin/phpunit --coverage-clover=coverage.xml psr7-adapters/tests

after_success:
- mv coverage.xml ~/build/$TRAVIS_REPO_SLUG
- cd ~/build/$TRAVIS_REPO_SLUG
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 7045391

Please sign in to comment.