Skip to content

Commit

Permalink
test: fix test-coverage command so that it actually exits.
Browse files Browse the repository at this point in the history
* not sure why this is necessary but it was the prescribed fix.
  • Loading branch information
issa-tseng committed Jul 19, 2019
1 parent da2623a commit 472383e
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 @@ -27,7 +27,7 @@ test-unit: node_modules
node node_modules/mocha/bin/mocha --recursive test/unit

test-coverage: node_modules
node node_modules/.bin/nyc -x "**/migrations/**" --reporter=lcov node_modules/.bin/_mocha --recursive test
node node_modules/.bin/nyc -x "**/migrations/**" --reporter=lcov node_modules/.bin/_mocha --exit --recursive test

lint:
node node_modules/.bin/eslint lib
Expand Down

0 comments on commit 472383e

Please sign in to comment.