Skip to content

Commit eb9de80

Browse files
authored
docs(readme): update code climate badges
1 parent e3252c2 commit eb9de80

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.yaml

+6-3
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,12 @@ badges:
3737
- name: "Release"
3838
image: "https://img.shields.io/pypi/v/lambda-handlers.svg"
3939
url: "https://pypi.org/project/lambda-handlers/"
40-
- name: "CodeClimate"
41-
image: "https://github.com/enter-at/python-aws-lambda-handlers/workflows/CodeClimate%20report/badge.svg"
42-
url: "https://github.com/enter-at/python-aws-lambda-handlers/actions?query=workflow%3A%22CodeClimate+report%22"
40+
- name: "Code Climate Maintainability"
41+
image: "https://api.codeclimate.com/v1/badges/852b53c3aab82fe1ebe7/maintainability"
42+
url: "https://codeclimate.com/github/enter-at/python-aws-lambda-handlers/maintainability"
43+
- name: "Code Climate Test Coverage"
44+
image: "https://api.codeclimate.com/v1/badges/852b53c3aab82fe1ebe7/test_coverage"
45+
url: "https://codeclimate.com/github/enter-at/python-aws-lambda-handlers/test_coverage"
4346

4447
related:
4548
- name: "node-aws-lambda-handlers"

0 commit comments

Comments
 (0)