Skip to content

Commit 8b438b1

Browse files
author
simonepri
committed
Fix wrong codecov script position
1 parent f3b378c commit 8b438b1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
"description": "Throw Restify errors easily and consistently!",
55
"main": "index.js",
66
"dependencies": {
7-
"restify-errors": "^4.3.0",
8-
"coverage": "nyc npm test && nyc report --reporter=text-lcov > coverage.lcov && codecov"
7+
"restify-errors": "^4.3.0"
98
},
109
"devDependencies": {
1110
"ava": "*",
@@ -17,7 +16,8 @@
1716
"node": ">=6"
1817
},
1918
"scripts": {
20-
"test": "xo && ava"
19+
"test": "xo && ava",
20+
"coverage": "nyc npm test && nyc report --reporter=text-lcov > coverage.lcov && codecov"
2121
},
2222
"repository": {
2323
"type": "git",

0 commit comments

Comments
 (0)