summaryrefslogtreecommitdiffstats
path: root/.codecov.yml
AgeCommit message (Collapse)Author
2023-10-05patch 9.0.1985: CI: codecov is intrusivev9.0.1985dundargoc
Problem: CI: codecov is intrusive Solution: disable codecov comments The codecov report is incredibly intrusive, and getting a notification for every PR to vim that codecov codecoved is annoying. If anyone is interested in the report the information is readily available by clicking on the job. closes: #13285 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: dundargoc <gocdundar@gmail.com>
2022-05-07patch 8.2.4905: codecov includes MS-Windows install header filev8.2.4905Bram Moolenaar
Problem: codecov includes MS-Windows install header file. Solution: Ignore dosinst.h.
2022-05-07patch 8.2.4904: codecov includes MS-Windows install filesv8.2.4904Bram Moolenaar
Problem: codecov includes MS-Windows install files. Solution: Ignore dosinst.c and uninstall.c.
2021-01-14patch 8.2.2346: Codecov reports every little coverage dropv8.2.2346Bram Moolenaar
Problem: Codecov reports every little coverage drop. Solution: Tolerate a 0.05% drop. Hide the appveyor config file. (Ozaki Kiichi, closes #7678)