Skip to content

Commit a32b65b

Browse files
posvahefeng
authored and
hefeng
committed
ci: use latest version of codecov binary (vuejs#7665)
closes vuejs#7664
1 parent 97304d9 commit a32b65b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
name: report coverage stats for non-PRs
4545
command: |
4646
if [[ -z $CI_PULL_REQUEST ]]; then
47-
cat ./coverage/lcov.info | ./node_modules/.bin/codecov
47+
./node_modules/.bin/codecov
4848
fi
4949
5050
test-e2e:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"buble": "^0.19.3",
8383
"chalk": "^2.3.0",
8484
"chromedriver": "^2.30.1",
85-
"codecov.io": "^0.1.6",
85+
"codecov": "^3.0.0",
8686
"commitizen": "^2.9.6",
8787
"conventional-changelog": "^1.1.3",
8888
"cross-spawn": "^5.1.0",

0 commit comments

Comments
 (0)