Skip to content

Commit 459031c

Browse files
committed
chore: add test coverage badge (94.17%)
1 parent 150e319 commit 459031c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
[![CI/CD](https://img.shields.io/github/actions/workflow/status/SylphxAI/pdf-reader-mcp/ci.yml?style=flat-square&label=CI/CD)](https://github.com/SylphxAI/pdf-reader-mcp/actions/workflows/ci.yml)
88
[![codecov](https://img.shields.io/codecov/c/github/SylphxAI/pdf-reader-mcp?style=flat-square)](https://codecov.io/gh/SylphxAI/pdf-reader-mcp)
99
[![npm version](https://img.shields.io/npm/v/@sylphx/pdf-reader-mcp?style=flat-square)](https://www.npmjs.com/package/@sylphx/pdf-reader-mcp)
10+
[![coverage](https://img.shields.io/badge/coverage-94.17%25-brightgreen?style=flat-square)](https://pdf-reader-msu3esos4-sylphx.vercel.app)
1011
[![Downloads](https://img.shields.io/npm/dm/@sylphx/pdf-reader-mcp?style=flat-square)](https://www.npmjs.com/package/@sylphx/pdf-reader-mcp)
1112
[![License](https://img.shields.io/badge/License-MIT-blue?style=flat-square)](https://opensource.org/licenses/MIT)
1213

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"inspector": "npx @modelcontextprotocol/inspector dist/index.js",
4646
"test": "vitest run",
4747
"test:watch": "vitest watch",
48-
"test:cov": "vitest run --coverage --reporter=junit --outputFile=test-report.junit.xml",
48+
"test:cov": "vitest run --coverage",
4949
"lint": "biome lint .",
5050
"lint:fix": "biome lint --write .",
5151
"format": "biome format --write .",
@@ -80,7 +80,7 @@
8080
"@types/glob": "^8.1.0",
8181
"@types/node": "^24.0.7",
8282
"@types/pngjs": "^6.0.5",
83-
"@vitest/coverage-v8": "^4.0.7",
83+
"@vitest/coverage-v8": "^4.0.8",
8484
"husky": "^9.1.7",
8585
"lint-staged": "^16.2.6",
8686
"standard-version": "^9.5.0",

0 commit comments

Comments
 (0)