Skip to content

Commit

Permalink
ci: use latest version of codecov binary (#7665)
Browse files Browse the repository at this point in the history
closes #7664
  • Loading branch information
posva authored and yyx990803 committed Mar 8, 2018
1 parent db1b18c commit ec9152f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
name: report coverage stats for non-PRs
command: |
if [[ -z $CI_PULL_REQUEST ]]; then
cat ./coverage/lcov.info | ./node_modules/.bin/codecov
./node_modules/.bin/codecov
fi
test-e2e:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"buble": "^0.19.3",
"chalk": "^2.3.0",
"chromedriver": "^2.30.1",
"codecov.io": "^0.1.6",
"codecov": "^3.0.0",
"commitizen": "^2.9.6",
"conventional-changelog": "^1.1.3",
"cross-spawn": "^5.1.0",
Expand Down

0 comments on commit ec9152f

Please sign in to comment.