Run coverage merge and reporting on all parallel containers.

Signed-off-by: Ying Li <ying.li@docker.com>
This commit is contained in:
Ying Li 2015-12-02 10:02:24 -08:00
parent 555a46d8f8
commit 9c8e084e0d
1 changed files with 3 additions and 0 deletions

View File

@ -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