Skip to content

Commit

Permalink
coveralls target uses min test
Browse files Browse the repository at this point in the history
coveralls target was timing out on travis :/
  • Loading branch information
SheetJSDev committed Mar 27, 2014
1 parent 70ec8b0 commit e2b0e6e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ tmp/coverage.html: ssf
cov_min:
MINTEST=1 make cov

.PHONY: coveralls
coveralls:
.PHONY: coveralls full_coveralls
full_coveralls:
mocha --require blanket --reporter mocha-lcov-reporter | ./node_modules/coveralls/bin/coveralls.js

coveralls:
MINTEST=1 make full_coveralls
8 changes: 6 additions & 2 deletions ssf.md
Original file line number Diff line number Diff line change
Expand Up @@ -1049,9 +1049,13 @@ Coveralls.io support

```
.PHONY: coveralls
coveralls:
.PHONY: coveralls full_coveralls
full_coveralls:
mocha --require blanket --reporter mocha-lcov-reporter | ./node_modules/coveralls/bin/coveralls.js
coveralls:
MINTEST=1 make full_coveralls
```

```json>package.json
Expand Down

0 comments on commit e2b0e6e

Please sign in to comment.