summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2019-03-29 22:53:26 +0100
committerSébastien Helleu <flashcode@flashtux.org>2019-03-29 22:53:26 +0100
commit56d6b510e6bf621dc7c9de35c5f94f027c028eaf (patch)
tree10800f8d4baf501e5485d3168bf3e8ec714d6b35 /tools
parent33cefb7daa47bcd4a12fc588966889e83713244c (diff)
downloadweechat-56d6b510e6bf621dc7c9de35c5f94f027c028eaf.zip
core: move upload of code coverage from build-test.sh to .travis.yml
Diffstat (limited to 'tools')
-rwxr-xr-xtools/build-test.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/build-test.sh b/tools/build-test.sh
index a769148c7..47ab99210 100755
--- a/tools/build-test.sh
+++ b/tools/build-test.sh
@@ -77,7 +77,6 @@ if [ "$BUILDTOOL" = "cmake" ]; then
run "lcov --directory . --capture --output-file coverage.info"
run "lcov --remove coverage.info '/usr/*' --output-file coverage.info"
run "lcov --list coverage.info"
- bash <(curl -s https://codecov.io/bash) -f coverage.info
fi
fi