[Pkg-javascript-commits] [node-coveralls] 20/332: added the missing Makefile.

Bastien Roucariès rouca at moszumanska.debian.org
Thu Nov 9 13:53:34 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 83ad58daf61975a9edef9f391da2539ee014f1f9
Author: cainus <gregg at caines.ca>
Date:   Sun Apr 7 19:57:24 2013 -0700

    added the missing Makefile.
---
 Makefile | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..3675272
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,14 @@
+REPORTER = spec
+test:
+	echo TRAVIS_JOB_ID $(TRAVIS_JOB_ID)
+	@NODE_ENV=test ./node_modules/.bin/mocha -b --reporter $(REPORTER)
+
+lib-cov:
+	./node_modules/jscoverage/bin/jscoverage lib lib-cov
+
+test-cov:	lib-cov
+	echo TRAVIS_JOB_ID $(TRAVIS_JOB_ID)
+	@PERCOLATOR_COVERAGE=1 $(MAKE) test REPORTER=html-cov 1> coverage.html
+	rm -rf lib-cov
+
+.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