File tree 4 files changed +25
-1
lines changed
pt-BR/docusaurus-plugin-content-docs/current
zh-CN/docusaurus-plugin-content-docs/current
4 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 31
31
[ docs-faq ] : https://sidorares.github.io/node-mysql2/docs/faq
32
32
[ docs-documentation ] : https://sidorares.github.io/node-mysql2/docs/documentation
33
33
[ docs-contributing ] : https://sidorares.github.io/node-mysql2/docs/contributing/website
34
+ [ coverage ] : https://img.shields.io/codecov/c/github/sidorares/node-mysql2
35
+ [ coverage-url ] : https://app.codecov.io/github/sidorares/node-mysql2
36
+ [ ci-url ] : https://github.com/sidorares/node-mysql2/actions/workflows/ci-coverage.yml?query=branch%3Amaster
37
+ [ ci-image ] : https://img.shields.io/github/actions/workflow/status/sidorares/node-mysql2/ci-coverage.yml?event=push&style=flat&label=CI&branch=master
34
38
35
39
# MySQL2
36
40
37
41
[ ![ NPM Version] [ npm-image ]] [ npm-url ]
38
42
[ ![ NPM Downloads] [ downloads-image ]] [ downloads-url ]
39
43
[ ![ Node.js Version] [ node-version-image ]] [ node-version-url ]
44
+ [ ![ GitHub Workflow Status (with event)] [ ci-image ]] [ ci-url ]
45
+ [ ![ Codecov] [ coverage ]] [ coverage-url ]
40
46
[ ![ License] [ license-image ]] [ license-url ]
41
47
42
48
[ English] [ docs-base ] | [ 简体中文] [ docs-base-zh-CN ] | [ Português (BR)] [ docs-base-pt-BR ]
@@ -102,7 +108,7 @@ npm install --save-dev @types/node
102
108
103
109
## Contributing
104
110
105
- Want to improve something in ** MySQL2** ?
111
+ Want to improve something in ** MySQL2** ?
106
112
Please check [ Contributing.md] [ contributing ] for detailed instruction on how to get started.
107
113
108
114
To contribute in ** MySQL2 Documentation** , please visit the [ Website Contributing Guidelines] [ docs-contributing ] for detailed instruction on how to get started.
Original file line number Diff line number Diff line change @@ -20,6 +20,10 @@ import { PageTitle } from '@site/src/components/PageTitle';
20
20
[ license-url ] : https://github.com/sidorares/node-mysql2/blob/master/License
21
21
[ license-image ] : https://img.shields.io/npm/l/mysql2.svg?maxAge=2592000
22
22
[ node-mysql ] : https://github.com/mysqljs/mysql
23
+ [ coverage ] : https://img.shields.io/codecov/c/github/sidorares/node-mysql2
24
+ [ coverage-url ] : https://app.codecov.io/github/sidorares/node-mysql2
25
+ [ ci-url ] : https://github.com/sidorares/node-mysql2/actions/workflows/ci-coverage.yml?query=branch%3Amaster
26
+ [ ci-image ] : https://img.shields.io/github/actions/workflow/status/sidorares/node-mysql2/ci-coverage.yml?event=push&style=flat&label=CI&branch=master
23
27
24
28
# MySQL2
25
29
@@ -30,6 +34,8 @@ MySQL client for Node.js with focus on performance. Supports prepared statements
30
34
[ ![ NPM Version] [ npm-image ]] [ npm-url ]
31
35
[ ![ NPM Downloads] [ downloads-image ]] [ downloads-url ]
32
36
[ ![ Node.js Version] [ node-version-image ]] [ node-version-url ]
37
+ [ ![ GitHub Workflow Status (with event)] [ ci-image ]] [ ci-url ]
38
+ [ ![ Codecov] [ coverage ]] [ coverage-url ]
33
39
[ ![ License] [ license-image ]] [ license-url ]
34
40
35
41
## Installation
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ Cliente MySQL para Node.js com foco em performance. Suporta instruções prepara
20
20
[ ![ NPM Version] [ npm-image ]] [ npm-url ]
21
21
[ ![ NPM Downloads] [ downloads-image ]] [ downloads-url ]
22
22
[ ![ Node.js Version] [ node-version-image ]] [ node-version-url ]
23
+ [ ![ GitHub Workflow Status (with event)] [ ci-image ]] [ ci-url ]
24
+ [ ![ Codecov] [ coverage ]] [ coverage-url ]
23
25
[ ![ License] [ license-image ]] [ license-url ]
24
26
25
27
## Instalação
@@ -510,3 +512,7 @@ Se você encontrou um erro, [registre-o no GitHub](https://github.com/sidorares/
510
512
[ license-url ] : https://github.com/sidorares/node-mysql2/blob/master/License
511
513
[ license-image ] : https://img.shields.io/npm/l/mysql2.svg?maxAge=2592000
512
514
[ node-mysql ] : https://github.com/mysqljs/mysql
515
+ [ coverage ] : https://img.shields.io/codecov/c/github/sidorares/node-mysql2
516
+ [ coverage-url ] : https://app.codecov.io/github/sidorares/node-mysql2
517
+ [ ci-url ] : https://github.com/sidorares/node-mysql2/actions/workflows/ci-coverage.yml?query=branch%3Amaster
518
+ [ ci-image ] : https://img.shields.io/github/actions/workflow/status/sidorares/node-mysql2/ci-coverage.yml?event=push&style=flat&label=CI&branch=master
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ import { PageTitle } from '@site/src/components/PageTitle';
20
20
[ ![ NPM Version] [ npm-image ]] [ npm-url ]
21
21
[ ![ NPM Downloads] [ downloads-image ]] [ downloads-url ]
22
22
[ ![ Node.js Version] [ node-version-image ]] [ node-version-url ]
23
+ [ ![ GitHub Workflow Status (with event)] [ ci-image ]] [ ci-url ]
24
+ [ ![ Codecov] [ coverage ]] [ coverage-url ]
23
25
[ ![ License] [ license-image ]] [ license-url ]
24
26
25
27
## 安装
@@ -510,3 +512,7 @@ If you've encountered an issue, please [file it on GitHub](https://github.com/si
510
512
[ license-url ] : https://github.com/sidorares/node-mysql2/blob/master/License
511
513
[ license-image ] : https://img.shields.io/npm/l/mysql2.svg?maxAge=2592000
512
514
[ node-mysql ] : https://github.com/mysqljs/mysql
515
+ [ coverage ] : https://img.shields.io/codecov/c/github/sidorares/node-mysql2
516
+ [ coverage-url ] : https://app.codecov.io/github/sidorares/node-mysql2
517
+ [ ci-url ] : https://github.com/sidorares/node-mysql2/actions/workflows/ci-coverage.yml?query=branch%3Amaster
518
+ [ ci-image ] : https://img.shields.io/github/actions/workflow/status/sidorares/node-mysql2/ci-coverage.yml?event=push&style=flat&label=CI&branch=master
You can’t perform that action at this time.
0 commit comments