Skip to content

Commit

Permalink
Test improved codecov uploader
Browse files Browse the repository at this point in the history
See codecov/codecov-bash#39

Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Aug 26, 2016
1 parent 8247c02 commit 021b1ed
Show file tree
Hide file tree
Showing 3 changed files with 1,087 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ script:
- if [ ${COVERITY_SCAN_BRANCH} != 1 ] ; then make test ; fi
- make gcov
after_success:
- bash <(curl -s https://codecov.io/bash) -X gcov
- bash ./admin/codecov-uploader.sh -X gcov
# - bash <(curl -s https://codecov.io/bash) -X gcov
# trigger Buildtime Trend Service to parse Travis CI log
notifications:
webhooks:
Expand Down
Loading

0 comments on commit 021b1ed

Please sign in to comment.