Skip to content
This repository was archived by the owner on Nov 19, 2023. It is now read-only.

Commit c6379a5

Browse files
committed
chore: Add sonarcloud readme badges
1 parent c286250 commit c6379a5

File tree

1 file changed

+8
-15
lines changed

1 file changed

+8
-15
lines changed

README.md

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
1-
<a href="https://pypi.org/project/drf-openapi-tester/">
2-
<img src="https://img.shields.io/pypi/v/drf-openapi-tester.svg" alt="Package version">
3-
</a>
4-
<a href="https://codecov.io/gh/snok/drf-openapi-tester">
5-
<img src="https://codecov.io/gh/snok/drf-openapi-tester/branch/master/graph/badge.svg" alt="Code coverage">
6-
</a>
7-
<a href="https://pypi.org/project/drf-openapi-tester/">
8-
<img src="https://img.shields.io/badge/python-3.6%2B-blue" alt="Supported Python versions">
9-
</a>
10-
<a href="https://pypi.python.org/pypi/drf-openapi-tester">
11-
<img src="https://img.shields.io/badge/django%20versions-2.2%2B-blue" alt="Supported Django versions">
12-
</a>
13-
<a href="http://mypy-lang.org/">
14-
<img src="http://www.mypy-lang.org/static/mypy_badge.svg" alt="Checked with mypy">
15-
</a>
1+
[![PyPI](https://img.shields.io/pypi/v/drf-openapi-tester.svg)](https://pypi.org/project/drf-openapi-tester/)
2+
[![Coverage](https://codecov.io/gh/snok/drf-openapi-tester/branch/master/graph/badge.svg)](https://codecov.io/gh/snok/drf-openapi-tester)
3+
[![Python versions](https://img.shields.io/badge/Python-3.7%2B-blue)](https://pypi.org/project/drf-openapi-tester/)
4+
[![Django versions](https://img.shields.io/badge/Django-3.0%2B-blue)](https://pypi.org/project/drf-openapi-tester/)
5+
6+
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=Goldziher_pydantic-factories&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=Goldziher_pydantic-factories)
7+
[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=Goldziher_pydantic-factories&metric=reliability_rating)](https://sonarcloud.io/summary/new_code?id=Goldziher_pydantic-factories)
8+
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=Goldziher_pydantic-factories&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=Goldziher_pydantic-factories)
169

1710
# DRF OpenAPI Tester
1811

0 commit comments

Comments
 (0)