aboutsummaryrefslogtreecommitdiffstats
path: root/codecov.yml
Commit message (Collapse)AuthorAgeFilesLines
* ci.yml: move codecov.yml and point it from configTaras Madan2024-05-101-34/+0
|
* codecov.yml: disable github annotationsDmitry Vyukov2020-12-061-0/+3
| | | | | | | | | Disable codecov annotations on PR. So far they seem to be more annoying than useful. We have some files that are not covered by unit tests and these are just filled with "this line is not covered". See https://docs.codecov.io/docs/codecovyml-reference
* codecov.yml: suppress coverage errors even moreDmitry Vyukov2020-07-011-0/+5
| | | | | We are still getting nacks from codecov on PRs after the previous commit. Try to add patch section to prevent failures.
* codecov.yml: suppress coverage errors moreDmitry Vyukov2020-07-011-0/+2
| | | | | | | Somehow informational:true is not enough to not produce errors. We are constantly getting nacks on PRs like: x codecov/patch — 59.2% of diff hit (target 65.3%) Add back and relax target and treshold.
* codecov.yml: switch to informational modeDmitry Vyukov2020-06-171-2/+1
| | | | | | | | | | | | | | | | | Informational mode should always produce "pass" result: https://docs.codecov.io/docs/commit-status#informational I can't get anything useful of these notifications. E.g. now we have patches that add 1 line, which gives 0% patch coverage, which results in a failure. But we have some packages/commands not tested at all, so we can't require contributors to make that covered. For overall project coverage I also have not seen any useful pass/fail results. The criteria highly depends on the nature of the change. If we set the threshold too low, we will get lots of effectively false failures. The current 50% setting effectively means "never fail" anyway.
* codecov.yml: tidy github comment formatDmitry Vyukov2020-06-031-0/+4
|
* tools/codecov.yml: fix formatDmitry Vyukov2020-05-181-0/+21
Merge 2 coverage sections.