add coverage to master

This commit is contained in:
Denis S. Soldatov aka General-Beck 2017-03-16 01:24:23 +03:00 committed by GitHub
parent cb79859c0e
commit 57d718fde1
1 changed files with 6 additions and 5 deletions

View File

@ -503,18 +503,19 @@ docker-build:
- sh scripts/docker-build.sh $DOCKER_TAG
tags:
- docker
test-coverage:
test-coverage:
stage: test
only:
- coverage
- master
script:
- git submodule update --init --recursive
- rm -rf target/*
- rm -rf js/.coverage
- scripts/cov.sh
- COVERAGE=$(grep -Po 'covered":.*?[^\\]"' target/kcov/index.json | grep "[0-9]*\.[0-9]" -o)
- echo "Coverage:" $COVERAGE
# - COVERAGE=$(grep -Po 'covered":.*?[^\\]"' target/cov/index.json | grep "[0-9]*\.[0-9]" -o)
# - echo "Coverage:" $COVERAGE
tags:
- kcov
allow_failure: true
test-darwin:
stage: test
only: