From 0d71e44adf6b09c0025bd6ca45e2e22d2a2f59ef Mon Sep 17 00:00:00 2001 From: Marshall Gaucher <36639405+mdr0id@users.noreply.github.com> Date: Tue, 29 Oct 2019 12:10:48 -0700 Subject: [PATCH] Update .gitlab-ci.yml Sanity check the status branches github is caching per its policy --- .gitlab-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5e9dd1b..741f3f5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -70,6 +70,8 @@ test:test-unittest: - build:build-linux script: - make test + after_script: + - bash <(curl -s https://codecov.io/bash) -t $CODECOV_TOKEN .test:test-race-conditions: stage: test @@ -79,7 +81,7 @@ test:test-unittest: - make race allow_failure: true -test:test-coverage: +.test:test-coverage: stage: test dependencies: - build:build-linux @@ -94,7 +96,7 @@ test:test-coverage: # ************************************************************************/ # DEPLOY # ************************************************************************/ -deploy_staging: +.deploy_staging: stage: deploy script: - make