Skip to content

Commit 98334ed

Browse files
authored
⚒ fix codecov script (#28)
1 parent d6a9fd2 commit 98334ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@vuepress/plugin-last-updated": "^1.0.0-alpha.39",
2424
"@vuepress/plugin-pwa": "^1.0.0-alpha.39",
2525
"babel-eslint": "^10.0.1",
26-
"codecov": "^3.0.1",
26+
"codecov": "^3.3.0",
2727
"cross-spawn": "^6.0.5",
2828
"eslint": "^5.12.0",
2929
"eslint4b": "^5.12.0",
@@ -51,7 +51,7 @@
5151
"test:mocha": "mocha \"tests/lib/**/*.js\" --reporter dot --timeout 8000",
5252
"watch": "npm run -s test:mocha -- --watch --growl",
5353
"coverage": "nyc report --reporter lcov && opener coverage/lcov-report/index.html",
54-
"codecov": "nyc report --reporter lcovonly && codecov --disable=gcov"
54+
"codecov": "nyc report --reporter text-lcov | codecov --pipe --disable=gcov"
5555
},
5656
"repository": {
5757
"type": "git",

0 commit comments

Comments
 (0)