Skip to content

Commit 6a0de4a

Browse files
authored
README: Add sonarqube badges.
1 parent d9f4603 commit 6a0de4a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
[![build status][2]][3]
1+
[![build status][2]][3] [![Quality Gate][4]][5] [![Technical debt ratio][6]][7]
22

33
[2]: https://ci.appveyor.com/api/projects/status/github/pywin32/pypiwin32?branch=master&svg=true
44
[3]: https://ci.appveyor.com/project/pywin32/pypiwin32
5+
[4]: https://sonarqube.com/api/badges/gate?key=pywin32
6+
[5]: https://sonarqube.com/dashboard/index/pywin32
7+
[6]: https://sonarqube.com/api/badges/measure?key=pywin32&metric=sqale_debt_ratio
8+
[7]: https://sonarqube.com/dashboard/index/pywin32
59

610
This is the readme for the Python for Win32 (pywin32) extensions source code.
711

0 commit comments

Comments
 (0)