Skip to content

Commit

Permalink
build: correct profile file location for codecov upload
Browse files Browse the repository at this point in the history
Signed-off-by: Ron Evans <[email protected]>
  • Loading branch information
deadprogram committed May 30, 2018
1 parent 8fd948c commit 64315a9
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 "../profile.cov"
branches:
except:
- gobot.io
Expand Down

0 comments on commit 64315a9

Please sign in to comment.