File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,4 +15,5 @@ node_modules
1515npm-debug.log
1616.idea
1717docs
18- .DS_Store
18+ .DS_Store
19+ coverage /
Original file line number Diff line number Diff line change 11language : node_js
22node_js :
33 - 0.10
4+ script :
5+ - npm run coverage
6+ - npm run publish-coverage
Original file line number Diff line number Diff line change 44 "description" : " The Object Document Mapper for LevelGraph based on JSON-LD" ,
55 "main" : " index.js" ,
66 "scripts" : {
7- "test" : " ./node_modules/.bin/mocha --recursive test"
7+ "test" : " ./node_modules/.bin/mocha --recursive test" ,
8+ "coverage" : " rm -rf coverage; istanbul cover _mocha -- --recursive --reporter spec --bail" ,
9+ "publish-coverage" : " cat coverage/lcov.info | coveralls"
810 },
911 "repository" : {
1012 "type" : " git" ,
4244 "levelgraph" : " ~0.7.1" ,
4345 "level-test" : " ~1.5.2" ,
4446 "chai" : " ~1.8.1" ,
45- "lodash" : " ~2.4.1"
47+ "lodash" : " ~2.4.1" ,
48+ "coveralls" : " ~2.5.0" ,
49+ "istanbul" : " ~0.1.45"
4650 }
4751}
You can’t perform that action at this time.
0 commit comments