From 72024042ae764d948c7e9ffae6833ef4c4c6aa6e Mon Sep 17 00:00:00 2001 From: Nora Date: Fri, 24 May 2019 00:27:14 +0200 Subject: try sudo for kcov --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 867b190..8280133 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -58,7 +58,7 @@ jobs: flags=( tests integration ); for flag in ${flags[@]}; do echo "Running coverage for $flag"; - kcov --verify --include-path $(pwd) --exclude-pattern=tests \ + sudo kcov --verify --include-path $(pwd) --exclude-pattern=tests \ target/coverage/$flag \ $testsuite --quiet ::${flag}:: # -c deletes coverage data after submission -- cgit v1.2.3