summaryrefslogtreecommitdiff
path: root/.codecov.yml
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-04-27 10:14:46 +0200
committerMarkus Heiser <markus.heiser@darmarit.de>2021-04-27 16:52:53 +0200
commit5781d75ca24c5be1c466718efdbd7e4b4808f1f6 (patch)
tree55c5f8420690a8876d64556ce970d76f23db9a82 /.codecov.yml
parentf45729ae72daf694ef25399603a6819b7bcd8c97 (diff)
[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
Diffstat (limited to '.codecov.yml')
-rw-r--r--.codecov.yml31
1 files changed, 0 insertions, 31 deletions
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