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 d6a9fd2 commit 98334edCopy full SHA for 98334ed
package.json
@@ -23,7 +23,7 @@
23
"@vuepress/plugin-last-updated": "^1.0.0-alpha.39",
24
"@vuepress/plugin-pwa": "^1.0.0-alpha.39",
25
"babel-eslint": "^10.0.1",
26
- "codecov": "^3.0.1",
+ "codecov": "^3.3.0",
27
"cross-spawn": "^6.0.5",
28
"eslint": "^5.12.0",
29
"eslint4b": "^5.12.0",
@@ -51,7 +51,7 @@
51
"test:mocha": "mocha \"tests/lib/**/*.js\" --reporter dot --timeout 8000",
52
"watch": "npm run -s test:mocha -- --watch --growl",
53
"coverage": "nyc report --reporter lcov && opener coverage/lcov-report/index.html",
54
- "codecov": "nyc report --reporter lcovonly && codecov --disable=gcov"
+ "codecov": "nyc report --reporter text-lcov | codecov --pipe --disable=gcov"
55
},
56
"repository": {
57
"type": "git",
0 commit comments