Skip to content

Commit

Permalink
Add codecov.yml and disable PR comments
Browse files Browse the repository at this point in the history
Use the codecov module instead of codecov.io
  • Loading branch information
simov committed May 12, 2016
1 parent 1cd1747 commit b7de3a8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
@@ -1,13 +1,15 @@

language: node_js

node_js:
- node
- 4
- 0.12
- 0.10

after_script:
- npm run test-cov
- cat ./coverage/lcov.info | codecov
- codecov
- cat ./coverage/lcov.info | coveralls

webhooks:
Expand Down
2 changes: 2 additions & 0 deletions codecov.yml
@@ -0,0 +1,2 @@

comment: false
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -56,7 +56,7 @@
"browserify": "^12.0.2",
"browserify-istanbul": "^2.0.0",
"buffer-equal": "^1.0.0",
"codecov.io": "^0.1.6",
"codecov": "^1.0.1",
"coveralls": "^2.11.4",
"eslint": "^2.5.3",
"function-bind": "^1.0.2",
Expand Down

0 comments on commit b7de3a8

Please sign in to comment.