aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.coverage.sh (renamed from coverage.sh)0
-rw-r--r--.travis.yml2
2 files changed, 1 insertions, 1 deletions
diff --git a/coverage.sh b/.coverage.sh
index f038955fe..f038955fe 100755
--- a/coverage.sh
+++ b/.coverage.sh
diff --git a/.travis.yml b/.travis.yml
index 3aed7d125..9f3e74b17 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -47,7 +47,7 @@ script:
# Run kubernetes integration tests only if kubectl is available. i.e. If kubernetes was launched
- ./contrib/kubernetes/testscripts/kubectl version && go test -v -tags k8s -race -bench=. -run 'TestK8sIntegration' ./test
# go cannot use test profile flag with multiple packages so we have to iterate, the following might be consolidated with the above steps.
- - ./coverage.sh
+ - ./.coverage.sh
after_success:
- bash <(curl -s https://codecov.io/bash)