summaryrefslogtreecommitdiffstats
path: root/.circleci
diff options
context:
space:
mode:
authorVincent Breitmoser <look@my.amazin.horse>2019-01-03 15:14:08 +0100
committerVincent Breitmoser <look@my.amazin.horse>2019-01-03 15:14:08 +0100
commitbb9564edab2d807a4175e33c22497cbe92b06fa2 (patch)
treedf1778f285b20c33688e92fc37098d290715af31 /.circleci
parenta38b4c189a0af7e6d2030cf27f67573be6cc2e23 (diff)
one more attempt at kcov
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 829dd9f..6d8c3fc 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -73,7 +73,7 @@ jobs:
command: |
for file in ./target/debug/*; do
if test -x $file; then
- kcov --verify --exclude-pattern=tests \
+ kcov --verify --include-path $(pwd) --exclude-pattern=tests \
target/coverage/$(basename $file) \
$file --quiet
fi
@@ -109,10 +109,10 @@ workflows:
- test:
requires:
- cargo_fetch
-# TODO fix kcov SIGILL, see https://circleci.com/gh/Valodim/khaleesi/30
-# - coverage:
-# requires:
-# - test
-# - codecov_upload:
-# requires:
-# - coverage
+ # TODO fix kcov SIGILL, see https://circleci.com/gh/Valodim/khaleesi/30
+ - coverage:
+ requires:
+ - test
+ - codecov_upload:
+ requires:
+ - coverage