Skip to content

Commit f9ab840

Browse files
authored
Add badges (#8)
1 parent 9440915 commit f9ab840

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# ES HTML Parser
22

33
<img src="https://github.com/yeonjuan/es-html-parser/actions/workflows/main.yml/badge.svg?branch=main" alt="CI Badge" />
4+
<a href="https://codecov.io/gh/yeonjuan/es-html-parser" >
5+
<img src="https://codecov.io/gh/yeonjuan/es-html-parser/branch/main/graph/badge.svg?token=LNYPD2GOJR"/>
6+
</a>
7+
<a href="https://www.npmjs.com/package/es-html-parser">
8+
<img src="https://img.shields.io/npm/v/es-html-parser"/>
9+
</a>
410

511
ES HTML Parser is an HTML parser that generates an abstract syntax tree similar to the ESTree specification.
612

0 commit comments

Comments
 (0)