Skip to content

Commit

Permalink
Merge pull request #2204 from simov/codecov-yml
Browse files Browse the repository at this point in the history
Add codecov.yml and disable PR comments
  • Loading branch information
simov committed Jul 8, 2016
2 parents 1b19c88 + b7de3a8 commit 41c6666
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 41c6666

Please sign in to comment.