From 5781d75ca24c5be1c466718efdbd7e4b4808f1f6 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Tue, 27 Apr 2021 10:14:46 +0200 Subject: [PATCH] [clean] drop deprecated files .codecov.yml, .landscape.yaml & tox.ini .codecov.yml : code coverage reports are attached on each build. See for example: https://github.com/searxng/searxng/actions/runs/788360104 (Artifacts section) .landscape.yaml : landscape.io is offline tox.ini : not in use --- .codecov.yml | 31 ------------------------------- .landscape.yaml | 3 --- tox.ini | 2 -- 3 files changed, 36 deletions(-) delete mode 100644 .codecov.yml delete mode 100644 .landscape.yaml delete mode 100644 tox.ini diff --git a/.codecov.yml b/.codecov.yml deleted file mode 100644 index 6cdbc2885..000000000 --- a/.codecov.yml +++ /dev/null @@ -1,31 +0,0 @@ -comment: false -coverage: - status: - project: - default: - # basic - target: auto - threshold: null - base: auto - # advanced - branches: null - if_no_uploads: error - if_not_found: success - if_ci_failed: error - only_pulls: false - flags: null - paths: null - patch: - default: - # basic - target: auto - threshold: null - base: auto - # advanced - branches: null - if_no_uploads: error - if_not_found: success - if_ci_failed: error - only_pulls: false - flags: null - paths: null diff --git a/.landscape.yaml b/.landscape.yaml deleted file mode 100644 index 1bb397718..000000000 --- a/.landscape.yaml +++ /dev/null @@ -1,3 +0,0 @@ -strictness: high -ignore-paths: - - bootstrap.py diff --git a/tox.ini b/tox.ini deleted file mode 100644 index 6deafc261..000000000 --- a/tox.ini +++ /dev/null @@ -1,2 +0,0 @@ -[flake8] -max-line-length = 120