summaryrefslogtreecommitdiffstats
path: root/circle.yml
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2016-08-10 13:49:52 +0100
committerAndrew Lewis <nerf@judo.za.org>2016-08-10 13:57:14 +0100
commitf93a66780d74d38a7c86c338c893593ca241e423 (patch)
tree82c17699964125953f9de6cb1377ad00cce90b7b /circle.yml
parent9e6eb057ed468ebec1432ee8e818388e2e56e60e (diff)
downloadrspamd-f93a66780d74d38a7c86c338c893593ca241e423.tar.gz
rspamd-f93a66780d74d38a7c86c338c893593ca241e423.zip
[Test] Some fixes for code coverage
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml
index f7a85c31a..234ba0bca 100644
--- a/circle.yml
+++ b/circle.yml
@@ -11,6 +11,7 @@ test:
- cmake --build . --target install
- sudo robot test/functional/cases
- lcov --no-external -b . -d . -c --output-file coverage.info
+ - lcov -r coverage.info *.rl
- ln -s src/ragel .
- if [ ! -z $COVERALLS_REPO_TOKEN ]; then coveralls-lcov -t ${COVERALLS_REPO_TOKEN} coverage.info; fi
post: