mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
try adding codecov.io
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user