Skip to content

Commit

Permalink
Turn off code coverage due to report analisys issue
Browse files Browse the repository at this point in the history
  • Loading branch information
thed636 committed Apr 3, 2020
1 parent 7730de9 commit f97f58d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ install:

matrix:
include:
- os: linux
dist: xenial
env: BUILD_ARGS='pg docker gcc coverage'
after_success:
- >
docker run -ti --rm -v ${PWD}:/code $(bash -e <(curl -s https://codecov.io/env)) \
ozo_build /codecov.sh
# - os: linux
# dist: xenial
# env: BUILD_ARGS='pg docker gcc coverage'
# after_success:
# - >
# docker run -ti --rm -v ${PWD}:/code $(bash -e <(curl -s https://codecov.io/env)) \
# ozo_build /codecov.sh

- os: linux
dist: xenial
Expand Down

0 comments on commit f97f58d

Please sign in to comment.