mirror of https://github.com/docker/docs.git
Run coverage merge and reporting on all parallel containers.
Signed-off-by: Ying Li <ying.li@docker.com>
This commit is contained in:
parent
555a46d8f8
commit
9c8e084e0d
|
@ -71,10 +71,13 @@ test:
|
|||
timeout: 600
|
||||
pwd: $BASE_STABLE
|
||||
|
||||
post:
|
||||
- gvm use stable && make covmerge:
|
||||
timeout: 600
|
||||
parallel: true
|
||||
pwd: $BASE_STABLE
|
||||
|
||||
# Report to codecov.io
|
||||
- bash <(curl -s https://codecov.io/bash):
|
||||
parallel: true
|
||||
pwd: $BASE_STABLE
|
||||
|
|
Loading…
Reference in New Issue