X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=.codecov.yml;h=7b6eecb66e14346f531d33334f8289a196aa6abc;hb=a6e9f9c89e7716e969e9958ba761195e3fefb864;hp=4592266d815ae9a883d06858d38cc14befd54bfc;hpb=71ec84f6dc83f753fe80170cfdfd32d202850d90;p=friendica.git diff --git a/.codecov.yml b/.codecov.yml index 4592266d81..7b6eecb66e 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,36 +1,18 @@ codecov: branch: develop - -comment: off + ci: + - ci.friendi.ca coverage: + precision: 2 + round: down + range: "70...100" status: - patch: - default: off - source: - target: 80% - flags: source - backend: - target: 80% - flags: backend project: - default: off - source: - flags: source - backend: - flags: backend + default: + informational: true + patch: + default: + informational: true -flags: - source: - paths: - - src/ - backend: - paths: - - mod/ - - include/ - binary: - paths: - - bin/ - tests: - paths: - - tests/ +comment: false