add codecov to ci test stage
This commit is contained in:
parent
e3a7c58f1d
commit
6f909b1443
|
@ -71,6 +71,8 @@ test:test-unittest:
|
|||
script:
|
||||
- make test
|
||||
allow_failure: true
|
||||
after_script:
|
||||
- bash <(curl -s https://codecov.io/bash) -t "${CODECOV_TOKEN}"
|
||||
|
||||
.test:test-race-conditions:
|
||||
stage: test
|
||||
|
|
Loading…
Reference in New Issue