Skip to content

Commit

Permalink
do not run coveralls for Cpp part
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmuhs committed Nov 4, 2020
1 parent 907f17f commit 9d662aa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ env:

- BUILD_TYPE=rust DOCKER_IMAGE=keyvidev/ubuntu-builder

- BUILD_TYPE=coverage DOCKER_IMAGE=keyvidev/ubuntu-builder:coverage.16.04
- BUILD_TYPE=coverage DOCKER_IMAGE=keyvidev/ubuntu-builder

- BUILD_TYPE=doc DOCKER_IMAGE=keyvidev/ubuntu-builder

Expand Down
14 changes: 7 additions & 7 deletions travis/coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ travis/build_python.sh

pip install coveralls-merge cpp-coveralls --upgrade

coveralls -r . -b build/ -i keyvi \
--gcov-options '\-lp' \
-E '.*/keyvi/3rdparty/.*' \
-e python \
-E '.*/keyvi/tests/.*' \
-E '.*/keyvi/bin/.*' \
--dump keyvi.cov_report > /dev/null
#coveralls -r . -b build/ -i keyvi \
# --gcov-options '\-lp' \
# -E '.*/keyvi/3rdparty/.*' \
# -e python \
# -E '.*/keyvi/tests/.*' \
# -E '.*/keyvi/bin/.*' \
# --dump keyvi.cov_report > /dev/null

# workaround for coverage measurement: symlink keyvi
cd python/
Expand Down

0 comments on commit 9d662aa

Please sign in to comment.