diff options
author | 2016-09-19 10:56:21 +0100 | |
---|---|---|
committer | 2016-09-19 10:56:21 +0100 | |
commit | 1e706b5f2160f68cb844d94d6104ca2c5b409892 (patch) | |
tree | ec63d0ad8c3181d6b1831e70a9fed31ffb570ae6 /.travis.yml | |
parent | 587a347a407207b062adf0b74ffc120c6bc157d9 (diff) | |
download | coredns-1e706b5f2160f68cb844d94d6104ca2c5b409892.tar.gz coredns-1e706b5f2160f68cb844d94d6104ca2c5b409892.tar.zst coredns-1e706b5f2160f68cb844d94d6104ca2c5b409892.zip |
Rename coverage.sh to .coverage.sh (#270)
This is "infrastructure/meta" code, don't need to see it.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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) |