不要怂,就是干,撸起袖子干!

Commit 0081c208 by Jan Aagaard Meier

Don't use the spec reporter in coverage test, for brevity

1 parent a3914057
Showing with 1 additions and 1 deletions
......@@ -24,7 +24,7 @@ endif
cover:
rm -rf coverage \
make teaser && ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- -t 10000 -R spec $(TESTS); \
make teaser && ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- -t 10000 $(TESTS); \
mariadb:
@DIALECT=mariadb make test
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!