jaydoane commented on a change in pull request #2353: Exunit cover URL: https://github.com/apache/couchdb/pull/2353#discussion_r356767224
########## File path: Makefile ########## @@ -191,7 +191,7 @@ exunit: export ERL_LIBS = $(shell pwd)/src exunit: export ERL_AFLAGS = -config $(shell pwd)/rel/files/eunit.config exunit: export COUCHDB_QUERY_SERVER_JAVASCRIPT = $(shell pwd)/bin/couchjs $(shell pwd)/share/server/main.js exunit: couch elixir-init setup-eunit elixir-check-formatted elixir-credo - @mix test --trace $(EXUNIT_OPTS) + @mix test --cover --trace $(EXUNIT_OPTS) Review comment: I'm assuming the same changes should apply to `Makefile.win`? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
