add codecov to ci test stage
This commit is contained in:
parent
e3a7c58f1d
commit
6f909b1443
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue