Skip to content

Commit c74627a

Browse files
makefile: [ci] update cov handling
1 parent da9992a commit c74627a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ test-cov: lib-cov
2929

3030
test-travisci: test-node test-browser lib-cov
3131
@echo TRAVIS_JOB_ID $(TRAVIS_JOB_ID)
32-
@type_COV=1 NODE_ENV=test ./node_modules/.bin/mocha \
32+
@eql_COV=1 NODE_ENV=test ./node_modules/.bin/mocha \
3333
--require ./test/bootstrap \
3434
--reporter mocha-lcov-reporter \
3535
$(TESTS) \
@@ -68,4 +68,6 @@ clean-cov:
6868
@rm -f coverage.html
6969

7070

71-
.PHONY: clean clean-components clean-cov test test-cov test-node test-browser lib-cov
71+
.PHONY: clean clean-components clean-cov
72+
.PHONY: test test-cov test-node test-browser test-travisci
73+
.PHONY: lib-cov

0 commit comments

Comments
 (0)