Skip to content

Commit 618004f

Browse files
committed
feat: Additional badges.
1 parent 32ef79c commit 618004f

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,19 @@
55
<h1 align="center">openapi-pydantic</h1>
66

77
<p align="center">
8-
<a href="https://pypi.org/project/openapi-pydantic/"><img src="https://img.shields.io/pypi/v/openapi-pydantic" alt="PyPI"></a>
9-
<a href="https://github.com/mike-oakley/openapi-pydantic/blob/main/LICENSE"><img src="https://img.shields.io/pypi/l/openapi-pydantic" alt="License"></a>
8+
<a href="https://github.com/mike-oakley/openapi-pydantic/actions?query=workflow%3ATest+event%3Apush+branch%3Amain" target="_blank">
9+
<img src="https://github.com/mike-oakley/openapi-pydantic/actions/workflows/test.yml/badge.svg?event=push&branch=main" alt="Test">
10+
</a>
11+
<a href="https://coverage-badge.samuelcolvin.workers.dev/redirect/mike-oakley/openapi-pydantic" target="_blank">
12+
<img src="https://coverage-badge.samuelcolvin.workers.dev/mike-oakley/openapi-pydantic.svg" alt="Coverage">
13+
</a>
14+
<a href="https://pypi.org/project/openapi-pydantic" target="_blank">
15+
<img src="https://img.shields.io/pypi/v/openapi-pydantic?color=%2334D058&label=pypi%20package" alt="Package version">
16+
</a>
17+
<a href="https://pypi.org/project/openapi-pydantic" target="_blank">
18+
<img src="https://img.shields.io/pypi/pyversions/openapi-pydantic.svg?color=%2334D058" alt="Supported Python versions">
19+
</a>
20+
<a href="https://github.com/mike-oakley/openapi-pydantic/blob/main/LICENSE"><img src="https://img.shields.io/pypi/l/openapi-pydantic?color=%2334D058" alt="License"></a>
1021
</p>
1122

1223
<p align="center">

0 commit comments

Comments
 (0)