From 4504c657e639bbc6ef1592edab65819ddb517411 Mon Sep 17 00:00:00 2001 From: Joe Fleming Date: Tue, 3 May 2016 15:13:45 -0700 Subject: [PATCH] try switching to codecov --- .gitignore | 2 +- package.json | 4 ++-- readme.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index dbb2dde..550214e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,4 @@ lib node_modules npm-debug.log .nyc_output -coverage +coverage.lcov \ No newline at end of file diff --git a/package.json b/package.json index 621e314..2046009 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "test": "npm run build && npm run unit", "unit": "nyc --require babel-core/register mocha test/src/**", - "coverage": "nyc report --reporter=text-lcov | coveralls", + "coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov", "build": "babel src --out-dir lib", "prepublish": "in-publish && npm run test || not-in-publish" }, @@ -22,7 +22,7 @@ "babel-eslint": "~4.1.8", "babel-plugin-add-module-exports": "~0.1.2", "babel-preset-es2015": "~6.6.0", - "coveralls": "~2.11.9", + "codecov": "~1.0.1", "eslint": "~1.10.3", "eslint-plugin-mocha": "~1.1.0", "eslint-plugin-react": "~4.2.3", diff --git a/readme.md b/readme.md index 45d1f65..0d3997c 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -[![Build Status](https://travis-ci.org/w33ble/elastique.svg?branch=master)](https://travis-ci.org/w33ble/elastique) [![Coverage Status](https://coveralls.io/repos/github/w33ble/elastique/badge.svg?branch=master)](https://coveralls.io/github/w33ble/elastique?branch=master) +[![Build Status](https://travis-ci.org/w33ble/elastique.svg?branch=master)](https://travis-ci.org/w33ble/elastique) [![codecov](https://codecov.io/gh/w33ble/elastique/branch/master/graph/badge.svg)](https://codecov.io/gh/w33ble/elastique) # Elasticsearch-powered job queue