Fixed Coverage running parameter order

This commit is contained in:
Sulka Haro
2017-08-29 23:30:40 +03:00
parent e31ac8f5cf
commit b10a119b21
+1 -1
View File
@@ -30,7 +30,7 @@ all: test
coverage:
NODE_ENV=test ${MONGO_SETTINGS} \
${ISTANBUL} cover ${MOCHA} --timeout 30000 -- -R tap ${TESTS}
${ISTANBUL} cover ${MOCHA} -- --timeout 30000 -R tap ${TESTS}
report:
test -f ${ANALYZED} && \