build: single quotes needed to upload any .cov file to codecov for reporting

Signed-off-by: Ron Evans <ron@hybridgroup.com>
This commit is contained in:
Ron Evans 2018-05-30 16:42:45 +02:00
parent 5c8401ef44
commit 8fd948cdda
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ script:
- echo "Checking that code is well-formatted"
- make fmt_check
after_success:
- bash <(curl -s https://codecov.io/bash) -f "*.cov"
- bash <(curl -s https://codecov.io/bash) -f '*.cov'
branches:
except:
- gobot.io