add codecov to ci test stage

This commit is contained in:
mdr0id 2019-10-05 07:51:29 -07:00
parent e3a7c58f1d
commit 6f909b1443
1 changed files with 2 additions and 0 deletions

View File

@ -71,6 +71,8 @@ test:test-unittest:
script: script:
- make test - make test
allow_failure: true allow_failure: true
after_script:
- bash <(curl -s https://codecov.io/bash) -t "${CODECOV_TOKEN}"
.test:test-race-conditions: .test:test-race-conditions:
stage: test stage: test