Skip to content

Commit dfe08e1

Browse files
committed
docs: replace codiga with pyb complexity badge
Signed-off-by: Emilio Reyes <soda480@gmail.com>
1 parent 62cc683 commit dfe08e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ascii-animator
22
[![build](https://github.com/soda480/ascii-animator/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/soda480/ascii-animator/actions/workflows/main.yml)
3-
[![Code Grade](https://api.codiga.io/project/34685/status/svg)](https://app.codiga.io/hub/project/34685/ascii-animator)
3+
[![complexity](https://img.shields.io/badge/complexity-A-brightgreen)](https://radon.readthedocs.io/en/latest/api.html#module-radon.complexity)
44
[![vulnerabilities](https://img.shields.io/badge/vulnerabilities-None-brightgreen)](https://pypi.org/project/bandit/)
55
[![PyPI version](https://badge.fury.io/py/ascii-animator.svg)](https://badge.fury.io/py/ascii-animator)
66
[![python](https://img.shields.io/badge/python-3.7%20%7C%203.8%20%7C%203.9%20%7C%203.10-teal)](https://www.python.org/downloads/)

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ def set_properties(project):
5252
project.set_property('radon_break_build_average_complexity_threshold', 4)
5353
project.set_property('radon_break_build_complexity_threshold', 10)
5454
project.set_property('bandit_break_build', True)
55-
project.set_property('anybadge_exclude', 'coverage, complexity')
55+
project.set_property('anybadge_exclude', 'coverage')

0 commit comments

Comments
 (0)