Skip to content

Commit

Permalink
chore: badge
Browse files Browse the repository at this point in the history
  • Loading branch information
hanaTsuk1 committed Oct 5, 2023
1 parent 73951ba commit 5259039
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ dist-ssr

.visualizer
prisma/database
coverage
1 change: 1 addition & 0 deletions README-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

![Tauri](https://img.shields.io/badge/tauri-%2324C8DB.svg?style=for-the-badge&logo=tauri&logoColor=%23FFFFFF)
![Windows](https://img.shields.io/badge/Windows-0078D6?style=for-the-badge&logo=windows&logoColor=white)
![Statements](https://img.shields.io/badge/statements-98.55%25-brightgreen.svg?style=for-the-badge)

<a href="./README.md">English</a>
中文
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

![Tauri](https://img.shields.io/badge/tauri-%2324C8DB.svg?style=for-the-badge&logo=tauri&logoColor=%23FFFFFF)
![Windows](https://img.shields.io/badge/Windows-0078D6?style=for-the-badge&logo=windows&logoColor=white)
![Statements](https://img.shields.io/badge/statements-98.55%25-brightgreen.svg?style=for-the-badge)

English
<a href="./README-ZH.md">中文</a>
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"preview": "vite preview",
"test": "vitest",
"coverage": "vitest run --coverage",
"badge": "istanbul-badges-readme --style=\"for-the-badge\"",
"lint:fix": "eslint . --fix",
"db:generate": "prisma generate",
"db:migrate": "prisma migrate dev",
Expand Down Expand Up @@ -61,6 +62,7 @@
"execa": "^7.1.1",
"fs-extra": "^11.1.1",
"inquirer": "^9.2.6",
"istanbul-badges-readme": "^1.8.5",
"less": "^4.1.3",
"lint-staged": "^13.2.1",
"magic-string": "^0.30.0",
Expand Down
20 changes: 16 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export default defineConfig({
},
test: {
coverage: {
reporter: ['html-spa'],
reporter: ['html-spa', 'json-summary'],
},
},
})

0 comments on commit 5259039

Please sign in to comment.