Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add codecov.yml and disable PR comments #2204

Merged
merged 1 commit into from Jul 8, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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