From d5695761a937f7f27a979f2c95b6ea200ddbe4c5 Mon Sep 17 00:00:00 2001 From: Ron Evans Date: Wed, 30 May 2018 17:41:28 +0200 Subject: [PATCH] build testing codecov report Signed-off-by: Ron Evans --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index eb67a155..5572ba7f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,8 +56,7 @@ script: - echo "Checking that code is well-formatted" - 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 "../*.cov" branches: except: - gobot.io