view .codecov.yml @ 31152:ac6f5741b155 v9.0.0910

patch 9.0.0910: setting lines in another buffer may not work well Commit: https://github.com/vim/vim/commit/c934bfa1b765505e5fc491f2ee7cc106894cafc8 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 19 13:59:43 2022 +0000 patch 9.0.0910: setting lines in another buffer may not work well Problem: Setting lines in another buffer may not work well. Solution: Make sure the buffer being changed has a window. (issue https://github.com/vim/vim/issues/11558)
author Bram Moolenaar <Bram@vim.org>
date Sat, 19 Nov 2022 15:00:03 +0100
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"