From 77de8cc84665991be42b6df783454c85f21084f1 Mon Sep 17 00:00:00 2001 From: Oleksandr Oblovatnyi Date: Fri, 13 Nov 2020 13:03:51 +0200 Subject: [PATCH] Disable sending coverage to Scrutinizer --- .scrutinizer.yml | 10 ---------- README.rst | 6 +----- docs/index.rst | 8 ++------ requirements/ci.txt | 2 -- 4 files changed, 3 insertions(+), 23 deletions(-) delete mode 100644 .scrutinizer.yml diff --git a/.scrutinizer.yml b/.scrutinizer.yml deleted file mode 100644 index 2de3720..0000000 --- a/.scrutinizer.yml +++ /dev/null @@ -1,10 +0,0 @@ -checks: - python: - code_rating: true - duplicate_code: true -tools: - external_code_coverage: - timeout: 600 -filter: - excluded_paths: - - tests/* diff --git a/README.rst b/README.rst index 0374f3b..aaa3c7e 100644 --- a/README.rst +++ b/README.rst @@ -3,7 +3,7 @@ candv: Constants & Values |pypi_package| |python_versions| |docs| |license| -|linux_build| |windows_build| |coverage| |codebeat| |codacy| |scrutinizer| +|linux_build| |windows_build| |codebeat| |codacy| |scrutinizer| ``candv`` allows to create complex enum-like constants. @@ -253,10 +253,6 @@ See `django-rf-candv-choices`_ for using as ``choices`` in ``django-rest-framewo :target: https://ci.appveyor.com/project/oblalex/candv/branch/master :alt: Build status of the master branch on Windows -.. |coverage| image:: https://scrutinizer-ci.com/g/oblalex/candv/badges/coverage.png?b=master - :target: https://scrutinizer-ci.com/g/oblalex/candv/?branch=master - :alt: Code coverage - .. |codebeat| image:: https://codebeat.co/badges/270255bd-0a59-4f53-b91a-13bda8352bcf :target: https://codebeat.co/projects/github-com-oblalex-candv-master :alt: Code quality provided by «Codebeat» diff --git a/docs/index.rst b/docs/index.rst index c8a386d..dd0f64e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -3,7 +3,7 @@ candv: Constants & Values |pypi_package| |python_versions| |docs| |license| -|linux_build| |windows_build| |coverage| |codebeat| |codacy| |scrutinizer| +|linux_build| |windows_build| |codebeat| |codacy| |scrutinizer| ``candv`` allows to create complex enum-like constants. @@ -140,7 +140,7 @@ Indices and tables :alt: Supported versions of Python .. |docs| image:: https://readthedocs.org/projects/candv/badge/?version=latest - :target: docs_ + :target: http://candv.rtfd.io/ :alt: Documentation Status .. |license| image:: https://img.shields.io/badge/license-MIT-blue.svg @@ -155,10 +155,6 @@ Indices and tables :target: https://ci.appveyor.com/project/oblalex/candv/branch/master :alt: Build status of the master branch on Windows -.. |coverage| image:: https://scrutinizer-ci.com/g/oblalex/candv/badges/coverage.png?b=master - :target: https://scrutinizer-ci.com/g/oblalex/candv/?branch=master - :alt: Code coverage - .. |codebeat| image:: https://codebeat.co/badges/270255bd-0a59-4f53-b91a-13bda8352bcf :target: https://codebeat.co/projects/github-com-oblalex-candv-master :alt: Code quality provided by «Codebeat» diff --git a/requirements/ci.txt b/requirements/ci.txt index 9d9eb23..a43a1b7 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -1,3 +1 @@ -scrutinizer-ocular - -r test.txt