summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2020-11-24 20:55:21 -0800
committerSeth Morton <seth.m.morton@gmail.com>2020-11-24 20:55:21 -0800
commitdb27853932576fe181b71690f37093761799ef13 (patch)
tree12bdc113c80d88b51ac2c430d7be817e19f770ac
parented680fbb30ef48446cdf177851c17f4f063a0295 (diff)
downloadnatsort-db27853932576fe181b71690f37093761799ef13.tar.gz
Disable Codacy
-rw-r--r--.github/workflows/tests.yml3
-rw-r--r--README.rst3
2 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 872a892..30cb3fb 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -57,6 +57,3 @@ jobs:
- name: Upload to CodeCov
uses: codecov/codecov-action@v1
-
- - name: Upload to Codacy
- run: bash <(curl -Ls https://coverage.codacy.com/get.sh)
diff --git a/README.rst b/README.rst
index fca7f72..45b4870 100644
--- a/README.rst
+++ b/README.rst
@@ -16,9 +16,6 @@ natsort
.. image:: https://codecov.io/gh/SethMMorton/natsort/branch/master/graph/badge.svg
:target: https://codecov.io/gh/SethMMorton/natsort
-.. image:: https://api.codacy.com/project/badge/Grade/f2bf04b1fc5d4792bf546f6e497cf4b8
- :target: https://www.codacy.com/app/SethMMorton/natsort
-
Simple yet flexible natural sorting in Python.
- Source Code: https://github.com/SethMMorton/natsort