Skip to content

Commit f0c817f

Browse files
committed
chore: use latest version of codecov binary
closes vuejs#7664
1 parent 4e6d637 commit f0c817f

File tree

3 files changed

+121
-240
lines changed

3 files changed

+121
-240
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:

0 commit comments

Comments
 (0)