Skip to content

Commit 6029ec8

Browse files
committed
chore(build): remove code coverage support
as of now its impossible to run coverage with AVA. The build keeps failing look avajs/ava#604 (comment)
1 parent e91a10e commit 6029ec8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"url": "https://github.com/tusharmath/Multi-threaded-downloader.git"
1414
},
1515
"scripts": {
16-
"test": "nyc ava && nyc report --reporter=text-lcov | coveralls",
16+
"test": "ava",
1717
"lint": "standard --verbose | snazzy",
1818
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
1919
},
@@ -35,11 +35,9 @@
3535
"license": "MIT",
3636
"devDependencies": {
3737
"ava": "^0.13.0",
38-
"coveralls": "^2.11.8",
3938
"cz-conventional-changelog": "^1.1.5",
4039
"express": "^4.13.1",
4140
"ghooks": "^1.0.3",
42-
"nyc": "^6.0.0",
4341
"semantic-release": "^4.3.5",
4442
"sinon": "^1.17.2",
4543
"snazzy": "^3.0.0",

0 commit comments

Comments
 (0)