Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
remove exit from coverage command
Browse files Browse the repository at this point in the history
  • Loading branch information
leggsimon committed Feb 22, 2018
1 parent f4525dc commit 0d16cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ test-server-plain:
mocha server/test/*.test.js server/test/**/*.test.js

test-server-coverage: ## test-server-coverage: Run the unit tests with code coverage enabled.
istanbul cover node_modules/.bin/_mocha --exit --report=$(if $(CIRCLECI),lcovonly,lcov) server/test/*.test.js server/test/**/*.test.js
istanbul cover node_modules/.bin/_mocha --report=$(if $(CIRCLECI),lcovonly,lcov) server/test/*.test.js server/test/**/*.test.js


#
Expand Down

0 comments on commit 0d16cef

Please sign in to comment.