From 1facf0f0b851581bfa77b587bffd33e4cc4bc5a5 Mon Sep 17 00:00:00 2001 From: simov Date: Sat, 7 May 2016 20:27:29 +0300 Subject: [PATCH] Add .codecov.yml and disable PR comments Use the codecov module instead of codecov.io --- .codecov.yml | 2 ++ .travis.yml | 2 ++ package.json | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .codecov.yml diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 000000000..acd3f33ce --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,2 @@ + +comment: false diff --git a/.travis.yml b/.travis.yml index e5d9bde26..ab96e23ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,9 @@ + language: node_js node_js: - node + - 4 - 0.12 - 0.10 diff --git a/package.json b/package.json index de16a9234..fd8404d9f 100644 --- a/package.json +++ b/package.json @@ -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",