diff --git a/.codecov.yml b/.codecov.yml index 4592266d81..c3b50fc07b 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,36 +1,9 @@ -codecov: - branch: develop - -comment: off coverage: status: - patch: - default: off - source: - target: 80% - flags: source - backend: - target: 80% - flags: backend project: - default: off - source: - flags: source - backend: - flags: backend + target: auto + treshold: null + base: auto -flags: - source: - paths: - - src/ - backend: - paths: - - mod/ - - include/ - binary: - paths: - - bin/ - tests: - paths: - - tests/ +comment: off \ No newline at end of file