mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
Now it works
This commit is contained in:
@@ -30,7 +30,7 @@ all: test
|
||||
|
||||
coverage:
|
||||
NODE_ENV=test ${MONGO_SETTINGS} \
|
||||
${ISTANBUL} cover ${MOCHA} -t 30000 -- -R tap ${TESTS}
|
||||
${ISTANBUL} cover ${MOCHA} --timeout 30000 -- -R tap ${TESTS}
|
||||
|
||||
report:
|
||||
test -f ${ANALYZED} && \
|
||||
@@ -41,11 +41,11 @@ report:
|
||||
YOURPACKAGE_COVERAGE=1 ./node_modules/codacy-coverage/bin/codacy-coverage.js) || echo "NO COVERAGE"
|
||||
|
||||
test:
|
||||
${MONGO_SETTINGS} ${MOCHA} -t 30000 -R tap ${TESTS}
|
||||
${MONGO_SETTINGS} ${MOCHA} --timeout 30000 -R tap ${TESTS}
|
||||
|
||||
travis:
|
||||
NODE_ENV=test ${MONGO_SETTINGS} \
|
||||
${ISTANBUL} cover ${MOCHA} -t 30000 --report lcovonly -- -R tap ${TESTS}
|
||||
${ISTANBUL} cover ${MOCHA} --report lcovonly -- --timeout 30000 -R tap ${TESTS}
|
||||
|
||||
docker_release:
|
||||
# Get the version from the package.json file
|
||||
|
||||
Reference in New Issue
Block a user