diff --git a/circle.yml b/circle.yml index 038f161911..10a28305d3 100644 --- a/circle.yml +++ b/circle.yml @@ -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