We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da9992a commit c74627aCopy full SHA for c74627a
1 file changed
Makefile
@@ -29,7 +29,7 @@ test-cov: lib-cov
29
30
test-travisci: test-node test-browser lib-cov
31
@echo TRAVIS_JOB_ID $(TRAVIS_JOB_ID)
32
- @type_COV=1 NODE_ENV=test ./node_modules/.bin/mocha \
+ @eql_COV=1 NODE_ENV=test ./node_modules/.bin/mocha \
33
--require ./test/bootstrap \
34
--reporter mocha-lcov-reporter \
35
$(TESTS) \
@@ -68,4 +68,6 @@ clean-cov:
68
@rm -f coverage.html
69
70
71
-.PHONY: clean clean-components clean-cov test test-cov test-node test-browser lib-cov
+.PHONY: clean clean-components clean-cov
72
+.PHONY: test test-cov test-node test-browser test-travisci
73
+.PHONY: lib-cov
0 commit comments