Skip to content

Commit f686f99

Browse files
committed
chore: update root readme and coverage badge
Signed-off-by: Charlike Mike Reagent <[email protected]>
1 parent da3e887 commit f686f99

File tree

4 files changed

+17
-7
lines changed

4 files changed

+17
-7
lines changed

@packages/ip-filter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ Copyright (c) 2015-present,
249249

250250
<!-- Front line badges -->
251251

252-
[codecoverage-img]: https://badgen.net/badge/coverage/unknown/grey?icon=codecov&cache=300
252+
[codecoverage-img]: https://badgen.net/badge/coverage/100%25/green?icon=codecov&cache=300
253253

254254
[codecoverage-url]: https://codecov.io/gh/tunnckoCore/opensource
255255

@packages/ip-filter/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
}
4646
},
4747
"cov": {
48-
"color": "grey"
48+
"value": 100,
49+
"color": "green"
4950
},
5051
"keywords": [
5152
"array",

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Delivering delightful digital solutions. Open Source Monorepo (of monorepos), se
1818
| [`gitclone-cli`](https://ghub.now.sh/gitclone-cli) | [![npm][npm-dec4d0cc05-img]][npm-dec4d0cc05-url] [![cov][cov-dec4d0cc05-img]][cov-dec4d0cc05-url] |
1919
| [`gitclone-defaults`](https://ghub.now.sh/gitclone-defaults) | [![npm][npm-cac2bd5e92-img]][npm-cac2bd5e92-url] [![cov][cov-cac2bd5e92-img]][cov-cac2bd5e92-url] |
2020
| [`glob-cache`](https://ghub.now.sh/glob-cache) | [![npm][npm-9d6fa88185-img]][npm-9d6fa88185-url] [![cov][cov-9d6fa88185-img]][cov-9d6fa88185-url] |
21+
| [`ip-filter`](https://ghub.now.sh/ip-filter) | [![npm][npm-ef046d0b75-img]][npm-ef046d0b75-url] [![cov][cov-ef046d0b75-img]][cov-ef046d0b75-url] |
2122
| [`jest-runner-docs`](https://ghub.now.sh/jest-runner-docs) | [![npm][npm-bfbf73f3e5-img]][npm-bfbf73f3e5-url] [![cov][cov-bfbf73f3e5-img]][cov-bfbf73f3e5-url] |
2223
| [`jest-runner-node`](https://ghub.now.sh/jest-runner-node) | [![npm][npm-13c18163b7-img]][npm-13c18163b7-url] [![cov][cov-13c18163b7-img]][cov-13c18163b7-url] |
2324
| [`jest-runner-rollup`](https://ghub.now.sh/jest-runner-rollup) | [![npm][npm-cf87a4edb8-img]][npm-cf87a4edb8-url] [![cov][cov-cf87a4edb8-img]][cov-cf87a4edb8-url] |
@@ -65,6 +66,10 @@ Delivering delightful digital solutions. Open Source Monorepo (of monorepos), se
6566
[npm-9d6fa88185-img]: https://badgen.net/npm/v/glob-cache?icon=npm
6667
[cov-9d6fa88185-url]: https://www.npmjs.com/package/glob-cache
6768
[cov-9d6fa88185-img]: https://badgen.net/badge/coverage/100%25/green?icon=codecov
69+
[npm-ef046d0b75-url]: https://www.npmjs.com/package/ip-filter
70+
[npm-ef046d0b75-img]: https://badgen.net/npm/v/ip-filter?icon=npm
71+
[cov-ef046d0b75-url]: https://www.npmjs.com/package/ip-filter
72+
[cov-ef046d0b75-img]: https://badgen.net/badge/coverage/100%25/green?icon=codecov
6873
[npm-bfbf73f3e5-url]: https://www.npmjs.com/package/jest-runner-docs
6974
[npm-bfbf73f3e5-img]: https://badgen.net/npm/v/jest-runner-docs?icon=npm
7075
[cov-bfbf73f3e5-url]: https://www.npmjs.com/package/jest-runner-docs

package.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@
110110
},
111111
"cov": {
112112
"@configs/babel-preset": {
113-
"value": 2.17,
114-
"color": "red"
113+
"value": 41.66,
114+
"color": "orange"
115115
},
116116
"@packages/all-module-paths": {
117117
"value": 95.35,
@@ -133,8 +133,12 @@
133133
"value": 100,
134134
"color": "green"
135135
},
136+
"@packages/ip-filter": {
137+
"value": 100,
138+
"color": "green"
139+
},
136140
"@packages/jest-runner-docs": {
137-
"value": 6.11,
141+
"value": 5.99,
138142
"color": "red"
139143
},
140144
"@packages/jest-runner-node": {
@@ -166,7 +170,7 @@
166170
"color": "green"
167171
},
168172
"@tunnckocore/create-jest-runner": {
169-
"value": 19.91,
173+
"value": 19.97,
170174
"color": "red"
171175
},
172176
"@tunnckocore/execa": {
@@ -186,7 +190,7 @@
186190
"color": "EEAA22"
187191
},
188192
"@tunnckocore/pretty-config": {
189-
"value": 6.25,
193+
"value": 2.08,
190194
"color": "red"
191195
},
192196
"@tunnckocore/utils": {

0 commit comments

Comments
 (0)