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

Commit d5decab

Browse files
authored
Merge pull request #252 from snok/sondrelg/badges
Add Sonarcloud badges
2 parents 5bace42 + c6379a5 commit d5decab

File tree

2 files changed

+11
-15
lines changed

2 files changed

+11
-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

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ classifiers = [
2424
"Programming Language :: Python :: 3.8",
2525
"Programming Language :: Python :: 3.9",
2626
"Programming Language :: Python :: 3.10",
27+
'Framework :: Django :: 3.0',
28+
'Framework :: Django :: 3.1',
29+
'Framework :: Django :: 3.2',
2730
"Topic :: Software Development",
2831
"Topic :: Software Development :: Libraries",
2932
"Topic :: Software Development :: Libraries :: Application Frameworks",

0 commit comments

Comments
 (0)