Remove coveralls
This commit is contained in:
		@@ -1,5 +1,4 @@
 | 
				
			|||||||
[](https://travis-ci.org/solana-labs/solana-web3.js)
 | 
					[](https://travis-ci.org/solana-labs/solana-web3.js)
 | 
				
			||||||
[](https://coveralls.io/github/solana-labs/solana-web3.js?branch=master)
 | 
					 | 
				
			||||||
[](https://codecov.io/gh/solana-labs/solana-web3.js)
 | 
					[](https://codecov.io/gh/solana-labs/solana-web3.js)
 | 
				
			||||||
[](https://www.npmjs.com/package/@solana/web3.js)
 | 
					[](https://www.npmjs.com/package/@solana/web3.js)
 | 
				
			||||||
[](https://solana-labs.github.io/solana-web3.js/)
 | 
					[](https://solana-labs.github.io/solana-web3.js/)
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -32,14 +32,12 @@
 | 
				
			|||||||
    "test:watch": "cross-env NODE_ENV=test jest --watch",
 | 
					    "test:watch": "cross-env NODE_ENV=test jest --watch",
 | 
				
			||||||
    "test:cover": "cross-env NODE_ENV=test jest --coverage",
 | 
					    "test:cover": "cross-env NODE_ENV=test jest --coverage",
 | 
				
			||||||
    "codecov": "npm run test:cover && cat ./coverage/lcov.info | codecov",
 | 
					    "codecov": "npm run test:cover && cat ./coverage/lcov.info | codecov",
 | 
				
			||||||
    "coveralls": "npm run test:cover && cat ./coverage/lcov.info | coveralls",
 | 
					 | 
				
			||||||
    "flow": "flow",
 | 
					    "flow": "flow",
 | 
				
			||||||
    "flow-typed": "npm run clean && flow-typed install --overwrite || true",
 | 
					    "flow-typed": "npm run clean && flow-typed install --overwrite || true",
 | 
				
			||||||
    "lint": "eslint src examples",
 | 
					    "lint": "eslint src examples",
 | 
				
			||||||
    "prepublish": "npm run clean && npm run test && npm run flow && npm run lint && npm run doc && npm run build"
 | 
					    "prepublish": "npm run clean && npm run test && npm run flow && npm run lint && npm run doc && npm run build"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "dependencies": {
 | 
					  "dependencies": {
 | 
				
			||||||
    "codecov": "^3.0.4"
 | 
					 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "devDependencies": {
 | 
					  "devDependencies": {
 | 
				
			||||||
    "babel-core": "6.26.0",
 | 
					    "babel-core": "6.26.0",
 | 
				
			||||||
@@ -51,8 +49,8 @@
 | 
				
			|||||||
    "babel-preset-stage-0": "6.24.1",
 | 
					    "babel-preset-stage-0": "6.24.1",
 | 
				
			||||||
    "babel-runtime": "^6.26.0",
 | 
					    "babel-runtime": "^6.26.0",
 | 
				
			||||||
    "bs58": "^4.0.1",
 | 
					    "bs58": "^4.0.1",
 | 
				
			||||||
    "coveralls": "3.0.0",
 | 
					 | 
				
			||||||
    "cross-env": "5.1.4",
 | 
					    "cross-env": "5.1.4",
 | 
				
			||||||
 | 
					    "codecov": "^3.0.4",
 | 
				
			||||||
    "enzyme": "3.3.0",
 | 
					    "enzyme": "3.3.0",
 | 
				
			||||||
    "esdoc": "^1.1.0",
 | 
					    "esdoc": "^1.1.0",
 | 
				
			||||||
    "esdoc-ecmascript-proposal-plugin": "^1.0.0",
 | 
					    "esdoc-ecmascript-proposal-plugin": "^1.0.0",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user