File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11node_modules /
2+ coverage /
23.idea /
Original file line number Diff line number Diff line change @@ -32,3 +32,9 @@ before_install:
3232 # Update Node.js modules
3333 - " test ! -d node_modules || npm prune"
3434 - " test ! -d node_modules || npm rebuild"
35+ addons :
36+ code_climate :
37+ repo_token : ca200a6930ee90adbc4192a3bdb9f60dccdae00cb78f9880a2841d6b
38+ coverage/lcov.info
39+ after_success :
40+ - codeclimate-test-reporter < coverage/lcov.info
Original file line number Diff line number Diff line change 2525 "os-tmpdir" : " ~1.0.2"
2626 },
2727 "devDependencies" : {
28+ "codeclimate-test-reporter" : " ^0.4.0" ,
29+ "istanbul" : " ^0.4.5" ,
2830 "vows" : " ~0.7.0"
2931 },
3032 "main" : " lib/tmp.js" ,
3133 "files" : [
3234 " lib/"
3335 ],
3436 "scripts" : {
35- "test" : " vows test/*-test.js" ,
37+ "test" : " istanbul cover vows test/*-test.js" ,
3638 "doc" : " jsdoc -c .jsdoc.json"
3739 }
3840}
You can’t perform that action at this time.
0 commit comments