From 33cefb7daa47bcd4a12fc588966889e83713244c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Fri, 29 Mar 2019 22:46:13 +0100 Subject: core: fix upload of code coverage to codecov.io --- tools/build-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/build-test.sh b/tools/build-test.sh index bd13c8dcd..a769148c7 100755 --- a/tools/build-test.sh +++ b/tools/build-test.sh @@ -77,7 +77,7 @@ 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" - run "bash <(curl -s https://codecov.io/bash) -f coverage.info" + bash <(curl -s https://codecov.io/bash) -f coverage.info fi fi -- cgit v1.2.3