Skip to content

Commit 8df8c35

Browse files
docs: add codecov badge (#80)
* docs: add codecov badge * Add to cspell.json
1 parent 54e330b commit 8df8c35

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,19 @@
88
<img alt="All Contributors" src="https://img.shields.io/badge/all_contributors-1-21bb42.svg" />
99
</a>
1010
<!-- ALL-CONTRIBUTORS-BADGE:END -->
11-
<img alt="Code Style: Prettier" src="https://img.shields.io/badge/code_style-prettier-21bb42.svg" />
11+
<a href="https://codecov.io/gh/JoshuaKGoldberg/template-typescript-node-package" >
12+
<img alt="Codecov Test Coverage" src="https://codecov.io/gh/JoshuaKGoldberg/template-typescript-node-package/branch/main/graph/badge.svg?token=eVIFY4MhfQ"/>
13+
</a>
1214
<a href="https://github.com/JoshuaKGoldberg/template-typescript-node-package/blob/main/.github/CODE_OF_CONDUCT.md">
13-
<img alt="Contributor Covenant" src="https://img.shields.io/badge/code_of_conduct-contributor_covenant-21bb42" />
15+
<img alt="Contributor Covenant" src="https://img.shields.io/badge/code_of_conduct-enforced-21bb42" />
1416
</a>
1517
<a href="https://github.com/JoshuaKGoldberg/template-typescript-node-package/blob/main/LICENSE.md">
1618
<img alt="License: MIT" src="https://img.shields.io/github/license/JoshuaKGoldberg/template-typescript-node-package?color=21bb42">
1719
</a>
1820
<a href="https://github.com/sponsors/JoshuaKGoldberg">
1921
<img alt="Sponsor: On GitHub" src="https://img.shields.io/badge/sponsor-on_github-21bb42.svg" />
2022
</a>
23+
<img alt="Style: Prettier" src="https://img.shields.io/badge/style-prettier-21bb42.svg" />
2124
<img alt="TypeScript: Strict" src="https://img.shields.io/badge/typescript-strict-21bb42.svg" />
2225
</p>
2326

cspell.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"dictionaries": ["typescript"],
33
"ignorePaths": [".github", "dist", "node_modules", "pnpm-lock.yaml"],
4-
"words": ["commitlint", "lcov"]
4+
"words": ["Codecov", "commitlint", "lcov"]
55
}

0 commit comments

Comments
 (0)