Skip to content

Commit 75aa1e3

Browse files
authored
Merge pull request request#2204 from simov/codecov-yml
Add codecov.yml and disable PR comments
2 parents f2fd734 + 4f1feb5 commit 75aa1e3

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1+
12
language: node_js
23

34
node_js:
45
- node
6+
- 4
57
- 0.12
68
- 0.10
79

810
after_script:
911
- npm run test-cov
10-
- cat ./coverage/lcov.info | codecov
12+
- codecov
1113
- cat ./coverage/lcov.info | coveralls
1214

1315
webhooks:

codecov.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
comment: false

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"browserify": "^12.0.2",
5757
"browserify-istanbul": "^2.0.0",
5858
"buffer-equal": "^1.0.0",
59-
"codecov.io": "^0.1.6",
59+
"codecov": "^1.0.1",
6060
"coveralls": "^2.11.4",
6161
"eslint": "^2.5.3",
6262
"function-bind": "^1.0.2",

0 commit comments

Comments
 (0)