Skip to content

Commit 419d00a

Browse files
committed
Add Coveralls
1 parent 3db2440 commit 419d00a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"scripts": {
77
"lint": "eslint .",
88
"lint:fix": "npm run lint -- --fix",
9-
"test": "npm run lint && nyc -c ava"
9+
"test": "npm run lint && nyc -c ava",
10+
"coveralls": "nyc report --reporter=text-lcov | coveralls"
1011
},
1112
"engines": {
1213
"node": ">=0.10"
@@ -36,6 +37,7 @@
3637
"homepage": "https://github.com/Arttse/node.is-url-protocol-without-slashes#readme",
3738
"devDependencies": {
3839
"ava": "^1.3.1",
40+
"coveralls": "^3.0.3",
3941
"eslint": "^5.15.1",
4042
"eslint-config-standard": "^12.0.0",
4143
"eslint-plugin-import": "^2.16.0",

0 commit comments

Comments
 (0)