From a2d9b930938a56f10b335958826fcd7934e7ee4b Mon Sep 17 00:00:00 2001 From: Ron Evans Date: Wed, 30 May 2018 17:33:54 +0200 Subject: [PATCH] build testing codecov report Signed-off-by: Ron Evans --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7eeb0caa..eb67a155 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,7 +57,7 @@ script: - make fmt_check after_success: - ls -l - - bash <(curl -s https://codecov.io/bash) -f "./profile.cov" + - bash <(curl -s https://codecov.io/bash) -f "../profile.cov" branches: except: - gobot.io