Skip to content

Commit

Permalink
fix make test-coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
chemzqm committed Nov 14, 2015
1 parent b474efd commit a0da58f
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 @@ -14,6 +14,6 @@ doc:
test-coveralls:
@echo TRAVIS_JOB_ID $(TRAVIS_JOB_ID)
@node_modules/.bin/karma start --single-run && \
cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
cat ./coverage/lcov/lcov.info | ./node_modules/coveralls/bin/coveralls.js

.PHONY: test

0 comments on commit a0da58f

Please sign in to comment.