Skip to content

Commit 895cc57

Browse files
committed
Added coverage scripts
1 parent bad3c7f commit 895cc57

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
microformat-node - v1.0.0
3-
Built: 2015-09-04 11:09 -
3+
Built: 2015-09-04 02:09 -
44
Copyright (c) 2015 Glenn Jones
55
Licensed MIT
66
*/

package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,13 @@
5151
"grunt-contrib-concat": "0.5.x",
5252
"grunt-contrib-copy": "0.8.x",
5353
"grunt-contrib-jshint": "0.11.x",
54-
"grunt-contrib-watch": "0.6.x"
54+
"grunt-contrib-watch": "0.6.x",
55+
"coveralls": "2.11.x",
56+
"mocha-lcov-reporter": "0.0.x"
5557
},
5658
"scripts": {
59+
"start": "app",
5760
"test": "make test",
58-
"start": "app"
61+
"coveralls": "./node_modules/.bin/mocha test -R mocha-lcov-reporter | ./node_modules/coveralls/bin/coveralls.js"
5962
}
6063
}

0 commit comments

Comments
 (0)