Skip to content

Commit

Permalink
build: single quotes needed to upload any .cov file to codecov for re…
Browse files Browse the repository at this point in the history
…porting

Signed-off-by: Ron Evans <[email protected]>
  • Loading branch information
deadprogram committed May 30, 2018
1 parent 5c8401e commit 8fd948c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8fd948c

Please sign in to comment.