chore(tests): add coverage reports and coveralls

This commit is contained in:
Stephan Bönnemann
2015-06-12 12:20:12 -07:00
parent 384bc63e5d
commit 191ae78a9f
6 changed files with 30 additions and 11 deletions
+1
View File
@@ -27,6 +27,7 @@ var plugins = JSON.parse(readFile('./package.json')).release || {}
var main
/* istanbul ignore next */
try {
main = require('../dist/main')
} catch (e) {