Skip to content

Commit 37c3202

Browse files
chore(readme): add badge (#284)
* chore(readme): add badge * Apply suggestions from code review Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
1 parent 0e27580 commit 37c3202

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,15 @@
1616
<a title="MIT License" href="LICENSE">
1717
<img src="https://img.shields.io/badge/license-MIT-blue" alt="MIT License" />
1818
</a>
19-
<a title="scorecard" href="https://securityscorecards.dev/viewer/?uri=github.com/nodejs/api-docs-tooling">
19+
<a href="https://codecov.io/gh/nodejs/api-docs-tooling" >
20+
<img src="https://codecov.io/gh/nodejs/api-docs-tooling/graph/badge.svg?token=TZRUKKDICU" alt="Codecov coverage badge"/>
21+
</a>
22+
<a title="scorecard" href="https://securityscorecards.dev/viewer/?uri=github.com/nodejs/api-docs-tooling">
2023
<img src="https://api.securityscorecards.dev/projects/github.com/nodejs/api-docs-tooling/badge" alt="api-docs-tooling scorecard badge" />
2124
</a>
25+
<a href="https://www.bestpractices.dev/projects/29">
26+
<img src="https://www.bestpractices.dev/projects/29/badge" alt="CII Best Practices badge">
27+
</a>
2228
</p>
2329

2430
## Usage

0 commit comments

Comments
 (0)