[Pkg-javascript-commits] [node-coveralls] 119/332: fixing test-coveralls make target.
Bastien Roucariès
rouca at moszumanska.debian.org
Thu Nov 9 13:53:48 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-coveralls.
commit 87514f1f504fb78ea90143e1b65e3b5916a15777
Author: Gregg Caines <gregg at caines.ca>
Date: Sat Nov 23 07:49:02 2013 -0800
fixing test-coveralls make target.
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index d4a1e17..68fbad5 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ test-cov:
test-coveralls:
@NODE_ENV=test ./node_modules/.bin/istanbul cover \
- ./node_modules/mocha/bin/_mocha -- \
- REPORTER=mocha-lcov-reporter | ./bin/coveralls.js --verbose
+ ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && \
+ cat ./coverage/lcov.info | ./bin/coveralls.js --verbose
.PHONY: test
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-coveralls.git
More information about the Pkg-javascript-commits
mailing list