Skip to content

Commit

Permalink
Merge pull request #2 from yuce/added-coveralls
Browse files Browse the repository at this point in the history
Added coveralls
  • Loading branch information
yuce committed May 28, 2017
2 parents 7242510 + ee0efa9 commit c62fad1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -9,5 +9,4 @@ services:
- docker
before_install:
- docker run -d -p 10101:10101 pilosa/pilosa:v0.3.2
script: make test-all

script: make coveralls
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -21,3 +21,6 @@ test:

test-all:
npm run test-all

coveralls:
nyc npm run test-all && nyc report --reporter=text-lcov | coveralls
2 changes: 2 additions & 0 deletions package.json
Expand Up @@ -28,8 +28,10 @@
"@types/nock": "^8.2.1",
"@types/node": "^7.0.8",
"chai": "^3.5.0",
"coveralls": "^2.13.1",
"cross-env": "^4.0.0",
"mocha": "^3.2.0",
"mocha-lcov-reporter": "^1.3.0",
"nock": "^9.0.9",
"nyc": "^10.1.2",
"ts-node": "^2.1.0",
Expand Down

0 comments on commit c62fad1

Please sign in to comment.