Skip to content

Commit

Permalink
fix: travis code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcostaParedes committed May 7, 2021
1 parent 3ef1788 commit ed7acb7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ before_script:
- composer install

script:
- php vendor/bin/codecept run --coverage --coverage-text
- php vendor/bin/codecept run --coverage --coverage-text --coverage-xml

after_script:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit ed7acb7

Please sign in to comment.