diff --git a/Makefile b/Makefile index aea9b9d..39395a8 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,9 @@ tmp/coverage.html: ssf cov_min: MINTEST=1 make cov -.PHONY: coveralls -coveralls: +.PHONY: coveralls full_coveralls +full_coveralls: mocha --require blanket --reporter mocha-lcov-reporter | ./node_modules/coveralls/bin/coveralls.js + +coveralls: + MINTEST=1 make full_coveralls diff --git a/ssf.md b/ssf.md index 149c66d..c6fe573 100644 --- a/ssf.md +++ b/ssf.md @@ -1049,9 +1049,13 @@ Coveralls.io support ``` -.PHONY: coveralls -coveralls: +.PHONY: coveralls full_coveralls +full_coveralls: mocha --require blanket --reporter mocha-lcov-reporter | ./node_modules/coveralls/bin/coveralls.js + +coveralls: + MINTEST=1 make full_coveralls + ``` ```json>package.json