view .codecov.yml @ 28948:b907d4a36318 v8.2.4996

patch 8.2.4996: setbufline() may change Visual selection Commit: https://github.com/vim/vim/commit/0ad00a7fd3e0389f565876521e395c35144d8009 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 22 11:59:25 2022 +0100 patch 8.2.4996: setbufline() may change Visual selection Problem: setbufline() may change Visual selection. (Qiming Zhao) Solution: Disable Visual mode when using another buffer. (closes https://github.com/vim/vim/issues/10466)
author Bram Moolenaar <Bram@vim.org>
date Sun, 22 May 2022 13:00:04 +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"