1
0
mirror of https://github.com/searxng/searxng.git synced 2024-07-15 13:50:12 +02:00

[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
This commit is contained in:
Alexandre Flament 2021-04-27 10:14:46 +02:00 committed by Markus Heiser
parent f45729ae72
commit 5781d75ca2
3 changed files with 0 additions and 36 deletions

View File

@ -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

View File

@ -1,3 +0,0 @@
strictness: high
ignore-paths:
- bootstrap.py

View File

@ -1,2 +0,0 @@
[flake8]
max-line-length = 120