Skip to content

Commit

Permalink
Use nyc instead, send to coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Ng committed Jan 16, 2016
1 parent 0ae95d7 commit 80adf33
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ lib-cov

# Coverage directory used by tools like istanbul
coverage
.nyc_output

# node-waf configuration
.lock-wscript
Expand Down
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
test:
override:
- npm run test-verbose
- npm run test-ci
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"scripts": {
"test": "tape test/**/*.js | tap-spec",
"test-verbose": "istanbul cover tape -- test/**/*.js",
"test-ci": "nyc tape test/**/*.js && nyc report --reporter=text-lcov | coveralls",
"tdd": "nodemon -x npm test"
},
"repository": {
Expand Down Expand Up @@ -35,9 +35,10 @@
"homepage": "https://github.com/ben-ng/gaggle#readme",
"devDependencies": {
"async": "^1.5.2",
"istanbul": "^0.4.2",
"coveralls": "^2.11.6",
"joi": "^6.6.1",
"nodemon": "^1.4.1",
"nyc": "^5.3.0",
"once": "^1.3.3",
"tap-spec": "^4.1.1",
"tape": "^4.2.0"
Expand Down

0 comments on commit 80adf33

Please sign in to comment.