Skip to content

Commit a4e0c66

Browse files
committed
Revert "Add coveralls.io support"
1 parent 9149913 commit a4e0c66

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
Node.js module for website's scraping with images, css, js, etc.
33

44
[![Build Status](https://img.shields.io/travis/s0ph1e/node-website-scraper/master.svg?style=flat)](https://travis-ci.org/s0ph1e/node-website-scraper)
5-
[![Coverage Status](https://coveralls.io/repos/s0ph1e/node-website-scraper/badge.svg)](https://coveralls.io/r/s0ph1e/node-website-scraper)
65
[![Code Climate](https://img.shields.io/codeclimate/github/s0ph1e/node-website-scraper.svg?style=flat)](https://codeclimate.com/github/s0ph1e/node-website-scraper)
76
[![Version](https://img.shields.io/npm/v/website-scraper.svg?style=flat)](https://www.npmjs.org/package/website-scraper)
87
[![Downloads](https://img.shields.io/npm/dm/website-scraper.svg?style=flat)](https://www.npmjs.org/package/website-scraper)

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"readmeFilename": "README.md",
66
"main": "index.js",
77
"scripts": {
8-
"test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
8+
"test": "node_modules/mocha/bin/mocha"
99
},
1010
"repository": {
1111
"type": "git",
@@ -40,8 +40,6 @@
4040
"devDependencies": {
4141
"should": "^5.0.0",
4242
"mocha": "^2.0.1",
43-
"nock": "^1.6.0",
44-
"coveralls": "^2.11.2",
45-
"istanbul": "^0.3.7"
43+
"nock": "^1.6.0"
4644
}
4745
}

0 commit comments

Comments
 (0)