We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97304d9 commit a32b65bCopy full SHA for a32b65b
.circleci/config.yml
@@ -44,7 +44,7 @@ jobs:
44
name: report coverage stats for non-PRs
45
command: |
46
if [[ -z $CI_PULL_REQUEST ]]; then
47
- cat ./coverage/lcov.info | ./node_modules/.bin/codecov
+ ./node_modules/.bin/codecov
48
fi
49
50
test-e2e:
package.json
@@ -82,7 +82,7 @@
82
"buble": "^0.19.3",
83
"chalk": "^2.3.0",
84
"chromedriver": "^2.30.1",
85
- "codecov.io": "^0.1.6",
+ "codecov": "^3.0.0",
86
"commitizen": "^2.9.6",
87
"conventional-changelog": "^1.1.3",
88
"cross-spawn": "^5.1.0",
0 commit comments