Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
fix coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Jul 23, 2017
1 parent e22416d commit cbb26e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
./ci/coverage.sh chef
ls /coverage
gocovmerge /coverage/coverage-*.txt > ./coverage.txt
gocovmerge /coverage/coverage-base.txt /coverage/coverage-chef.txt >coverage.txt
# upload to codecov.
bash <(curl -s https://codecov.io/bash)
Expand Down

0 comments on commit cbb26e7

Please sign in to comment.