Skip to content

Commit 1934850

Browse files
authored
📝 Add badges to docs (#8)
1 parent 4cff021 commit 1934850

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
Document parameters, class attributes, return types, and variables inline, with `Annotated`.
44

5+
<a href="https://github.com/fastapi/annotated-doc/actions?query=workflow%3ATest+event%3Apush+branch%3Amain" target="_blank">
6+
<img src="https://github.com/fastapi/annotated-doc/actions/workflows/test.yml/badge.svg?event=push&branch=main" alt="Test">
7+
</a>
8+
<a href="https://coverage-badge.samuelcolvin.workers.dev/redirect/fastapi/annotated-doc" target="_blank">
9+
<img src="https://coverage-badge.samuelcolvin.workers.dev/fastapi/annotated-doc.svg" alt="Coverage">
10+
</a>
11+
<a href="https://pypi.org/project/annotated-doc" target="_blank">
12+
<img src="https://img.shields.io/pypi/v/annotated-doc?color=%2334D058&label=pypi%20package" alt="Package version">
13+
</a>
14+
<a href="https://pypi.org/project/annotated-doc" target="_blank">
15+
<img src="https://img.shields.io/pypi/pyversions/annotated-doc.svg?color=%2334D058" alt="Supported Python versions">
16+
</a>
17+
518
## Installation
619

720
```bash

0 commit comments

Comments
 (0)