Skip to content

Commit 4cc68b4

Browse files
committed
Remove coverage reporting
1 parent ff511f8 commit 4cc68b4

File tree

4 files changed

+2
-11
lines changed

4 files changed

+2
-11
lines changed

.gitignore

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
.DS_Store
22
*.log
3-
.nyc_output/
4-
coverage/
53
data/
64
node_modules/
75
character-entities-html4.js

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ language: node_js
22
node_js:
33
- '4.0'
44
- '8.0'
5-
after_script: bash <(curl -s https://codecov.io/bash)
65
deploy:
76
- provider: npm
87

package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"browserify": "^14.0.0",
3030
"concat-stream": "^1.5.2",
3131
"esmangle": "^1.0.1",
32-
"nyc": "^11.0.0",
3332
"remark-cli": "^3.0.0",
3433
"remark-preset-wooorm": "^3.0.0",
3534
"tape": "^4.0.0",
@@ -43,8 +42,7 @@
4342
"build": "npm run build-md && npm run build-generate && npm run build-bundle && npm run build-mangle",
4443
"lint": "xo",
4544
"test-api": "node test",
46-
"test-coverage": "nyc --reporter lcov tape test.js",
47-
"test": "npm run build && npm run lint && npm run test-coverage"
45+
"test": "npm run build && npm run lint && npm run test-api"
4846
},
4947
"xo": {
5048
"space": true,

readme.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# character-entities-html4 [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov]
1+
# character-entities-html4 [![Build Status][travis-badge]][travis]
22

33
HTML4 character entity information.
44

@@ -50,10 +50,6 @@ See [w3.org][html].
5050

5151
[travis]: https://travis-ci.org/wooorm/character-entities-html4
5252

53-
[codecov-badge]: https://img.shields.io/codecov/c/github/wooorm/character-entities-html4.svg
54-
55-
[codecov]: https://codecov.io/github/wooorm/character-entities-html4
56-
5753
[npm]: https://docs.npmjs.com/cli/install
5854

5955
[license]: LICENSE

0 commit comments

Comments
 (0)