From e2b0e6e0de18bf681ed4accac4b8608011587b3f Mon Sep 17 00:00:00 2001 From: SheetJS Date: Thu, 27 Mar 2014 14:31:10 -0700 Subject: [PATCH] coveralls target uses min test coveralls target was timing out on travis :/ --- Makefile | 7 +++++-- ssf.md | 8 ++++++-- 2 files changed, 11 insertions(+), 4 deletions(-) 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