File tree 4 files changed +2
-11
lines changed
4 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 1
1
.DS_Store
2
2
* .log
3
- .nyc_output /
4
- coverage /
5
3
data /
6
4
node_modules /
7
5
character-entities-html4.js
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ language: node_js
2
2
node_js :
3
3
- ' 4.0'
4
4
- ' 8.0'
5
- after_script : bash <(curl -s https://codecov.io/bash)
6
5
deploy :
7
6
- provider : npm
8
7
Original file line number Diff line number Diff line change 29
29
"browserify" : " ^14.0.0" ,
30
30
"concat-stream" : " ^1.5.2" ,
31
31
"esmangle" : " ^1.0.1" ,
32
- "nyc" : " ^11.0.0" ,
33
32
"remark-cli" : " ^3.0.0" ,
34
33
"remark-preset-wooorm" : " ^3.0.0" ,
35
34
"tape" : " ^4.0.0" ,
43
42
"build" : " npm run build-md && npm run build-generate && npm run build-bundle && npm run build-mangle" ,
44
43
"lint" : " xo" ,
45
44
"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"
48
46
},
49
47
"xo" : {
50
48
"space" : true ,
Original file line number Diff line number Diff line change 1
- # character-entities-html4 [ ![ Build Status] [ travis-badge ]] [ travis ] [ ![ Coverage Status ] [ codecov-badge ]] [ codecov ]
1
+ # character-entities-html4 [ ![ Build Status] [ travis-badge ]] [ travis ]
2
2
3
3
HTML4 character entity information.
4
4
@@ -50,10 +50,6 @@ See [w3.org][html].
50
50
51
51
[ travis ] : https://travis-ci.org/wooorm/character-entities-html4
52
52
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
-
57
53
[ npm ] : https://docs.npmjs.com/cli/install
58
54
59
55
[ license ] : LICENSE
You can’t perform that action at this time.
0 commit comments