Skip to content

Commit ec9152f

Browse files
posvayyx990803
authored andcommitted
ci: use latest version of codecov binary (#7665)
closes #7664
1 parent db1b18c commit ec9152f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .circleci/config.yml

+1-1
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:

Diff for: package.json

+1-1
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)