Skip to content

Commit

Permalink
Try to fix make coverage on GA actions
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Nov 19, 2020
1 parent 48d7528 commit 9a8181f
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 @@ -60,7 +60,7 @@ NYC_INCLUDES='lib/**'

.PHONY: coverage
coverage: nyc-includes
@./node_modules/.bin/nyc --include $(NYC_INCLUDES) --reporter=lcov --reporter=text --all -- mocha --config $(MOCHA_CONFIG) $(TEST_SOURCES)
@./node_modules/.bin/nyc --include $(NYC_INCLUDES) --reporter=lcov --reporter=text --all -- node_modules/.bin/mocha --config $(MOCHA_CONFIG) $(TEST_SOURCES)
@echo google-chrome coverage/lcov-report/index.html

.PHONY: test-browser
Expand Down

0 comments on commit 9a8181f

Please sign in to comment.