Remove coveralls

This commit is contained in:
Michael Vines 2018-08-23 08:39:34 -07:00
parent 4f396e60fe
commit 015aff0a4c
2 changed files with 1 additions and 4 deletions

View File

@ -1,5 +1,4 @@
[![Build status](https://api.travis-ci.org/solana-labs/solana-web3.js.svg?branch=master)](https://travis-ci.org/solana-labs/solana-web3.js)
[![Coverage Status](https://coveralls.io/repos/github/solana-labs/solana-web3.js/badge.svg?branch=master)](https://coveralls.io/github/solana-labs/solana-web3.js?branch=master)
[![codecov](https://codecov.io/gh/solana-labs/solana-web3.js/branch/master/graph/badge.svg)](https://codecov.io/gh/solana-labs/solana-web3.js)
[![npm](https://img.shields.io/npm/v/@solana/web3.js.svg?style=flat)](https://www.npmjs.com/package/@solana/web3.js)
[![esdoc](https://solana-labs.github.io/solana-web3.js/badge.svg)](https://solana-labs.github.io/solana-web3.js/)

View File

@ -32,14 +32,12 @@
"test:watch": "cross-env NODE_ENV=test jest --watch",
"test:cover": "cross-env NODE_ENV=test jest --coverage",
"codecov": "npm run test:cover && cat ./coverage/lcov.info | codecov",
"coveralls": "npm run test:cover && cat ./coverage/lcov.info | coveralls",
"flow": "flow",
"flow-typed": "npm run clean && flow-typed install --overwrite || true",
"lint": "eslint src examples",
"prepublish": "npm run clean && npm run test && npm run flow && npm run lint && npm run doc && npm run build"
},
"dependencies": {
"codecov": "^3.0.4"
},
"devDependencies": {
"babel-core": "6.26.0",
@ -51,8 +49,8 @@
"babel-preset-stage-0": "6.24.1",
"babel-runtime": "^6.26.0",
"bs58": "^4.0.1",
"coveralls": "3.0.0",
"cross-env": "5.1.4",
"codecov": "^3.0.4",
"enzyme": "3.3.0",
"esdoc": "^1.1.0",
"esdoc-ecmascript-proposal-plugin": "^1.0.0",