Skip to content

Commit

Permalink
Fixed coveralls target
Browse files Browse the repository at this point in the history
  • Loading branch information
yuce committed May 28, 2017
1 parent 8bcb322 commit ee0efa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -23,4 +23,4 @@ test-all:
npm run test-all

coveralls:
nyc npm test-all && nyc report --reporter=text-lcov | coveralls
nyc npm run test-all && nyc report --reporter=text-lcov | coveralls

0 comments on commit ee0efa9

Please sign in to comment.