Skip to content

Commit 3903a57

Browse files
committed
chore: add coverage badge
1 parent 3ae02cc commit 3903a57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<div align="center">
1414

15-
![Statements](https://img.shields.io/badge/-Coverage-19.68%25-red.svg?style=flat) [![PRs Welcome](https://img.shields.io/badge/PRs-Are%20welcome-brightgreen.svg?style=flat-square)](https://makeapullrequest.com) [![License](https://img.shields.io/github/license/FriendsOfAdonis/magnify?label=License&style=flat-square)](LICENCE) [![adonis-cockpit](https://img.shields.io/npm/v/adonis-cockpit?style=flat-square)](https://www.npmjs.com/package/adonis-cockpit)
15+
![Statements](https://img.shields.io/badge/coverage-19.68%25-red.svg?style=flat) [![PRs Welcome](https://img.shields.io/badge/PRs-Are%20welcome-brightgreen.svg?style=flat-square)](https://makeapullrequest.com) [![License](https://img.shields.io/github/license/FriendsOfAdonis/magnify?label=License&style=flat-square)](LICENCE) [![adonis-cockpit](https://img.shields.io/npm/v/adonis-cockpit?style=flat-square)](https://www.npmjs.com/package/adonis-cockpit)
1616

1717
![Frame 6](https://github.com/user-attachments/assets/f3c227ae-7754-483d-bfa1-3229ed15f4fb)
1818

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"lint": "eslint .",
4444
"format": "prettier --write .",
4545
"test": "vitest run --coverage",
46-
"coverage:badges": "istanbul-badges-readme ---statementsLabel='Coverage'",
46+
"coverage:badges": "istanbul-badges-readme --statementsLabel=coverage",
4747
"prebuild": "npm run lint && npm run clean",
4848
"build": "tsc",
4949
"dev": "tsc --watch",

0 commit comments

Comments
 (0)