Skip to content

Commit

Permalink
Makefile: Fix indentation and minor cosmetics.
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Oct 14, 2015
1 parent 26bec93 commit 6f1be47
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,10 @@ test-jasmine: ${TARGETS}
test-jasmine-browser: unexpected.js
@./node_modules/.bin/serve .

.PHONY: test
test: lint
mocha

.PHONY: test

.PHONY: coverage
coverage:
NODE_ENV=development ./node_modules/.bin/istanbul cover \
Expand All @@ -42,7 +41,7 @@ coverage:
-x bootstrap-unexpected-markdown.js \
--report text \
--report lcov \
--include-all-sources ./node_modules/mocha/bin/_mocha -- --reporter dot
--include-all-sources ./node_modules/mocha/bin/_mocha -- --reporter dot
@echo google-chrome coverage/lcov-report/index.html

.PHONY: test-browser
Expand Down

0 comments on commit 6f1be47

Please sign in to comment.