view .codecov.yml @ 32673:bf6720206d58 v9.0.1667

patch 9.0.1667: regression test doesn't fail when fix is reverted Commit: https://github.com/vim/vim/commit/e42989374144a63d986b878618aeac328e35ac3b Author: zeertzjq <zeertzjq@outlook.com> Date: Mon Jun 26 19:02:43 2023 +0100 patch 9.0.1667: regression test doesn't fail when fix is reverted Problem: Regression test doesn't fail when fix is reverted. Solution: Add "n" to 'cpoptions' instead of using :winsize. (closes https://github.com/vim/vim/issues/12587, issue #12528)
author Bram Moolenaar <Bram@vim.org>
date Mon, 26 Jun 2023 20:15:02 +0200
parents 035fbd9bd1c6
children 0b8312c5dfe0
line wrap: on
line source

coverage:
  range: "80...100"
  status:
    project:
      default:
        threshold: 0.05%

# Files not run by tests
ignore:
  - "src/dosinst.c"
  - "src/dosinst.h"
  - "src/uninstall.c"