try adding codecov.io

This commit is contained in:
Jason Calabrese
2015-06-13 19:23:03 -07:00
parent 1a5db9a494
commit 4aeee25b92
+3
View File
@@ -33,6 +33,9 @@ report:
test -f ${ANALYZED} && \
(npm install coveralls && cat ${ANALYZED} | \
./node_modules/.bin/coveralls) || echo "NO COVERAGE"
test -f ${ANALYZED} && \
(npm install codecov.io && cat ${ANALYZED} | \
./node_modules/codecov.io/bin/codecov.io.js) || echo "NO COVERAGE"
test:
${MONGO_SETTINGS} ${MOCHA} -R tap ${TESTS}