Skip to content

Commit 114ef17

Browse files
committed
docs(readme): add coverage icon for README.zh_CN
1 parent ee26867 commit 114ef17

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.zh_CN.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,16 @@
99
[![CI status][github-action-image]][github-action-url]
1010
[![NPM version][npm-version]][npm-url]
1111
[![minzip size][npm-bundle-size]][npm-url]
12+
[![Coverage Status][coverage]][codecov-url]
1213
[![chat on discord][discord]][discord-url]
1314

1415
[github-action-image]: https://github.com/v-vibe/vue-styled-components/workflows/Code%20Check/badge.svg
1516
[github-action-url]: https://github.com/v-vibe/vue-styled-components/actions/workflows/code-check.yml
1617
[npm-version]: https://img.shields.io/npm/v/%40vvibe%2Fvue-styled-components
1718
[npm-bundle-size]: https://img.shields.io/bundlephobia/minzip/%40vvibe%2Fvue-styled-components
1819
[npm-url]: http://npmjs.org/package/@vvibe/vue-styled-components
20+
[coverage]: https://coveralls.io/repos/github/v-vibe/vue-styled-components/badge.svg?branch=main
21+
[codecov-url]: https://coveralls.io/github/v-vibe/vue-styled-components?branch=main
1922
[discord]: https://img.shields.io/badge/chat-on%20discord-7289da.svg?sanitize=true
2023
[discord-url]: https://discord.gg/UbJxnvt2UH
2124

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default defineConfig({
3939
environment: 'jsdom',
4040
coverage: {
4141
reporter: ['lcov', 'text', 'json-summary', 'json'],
42-
include: ['core/**/*.ts']
42+
include: ['core/**/*.ts'],
4343
},
4444
},
4545
})

0 commit comments

Comments
 (0)