view .codecov.yml @ 31881:df061831a85f v9.0.1273

patch 9.0.1273: "1v" may select block with wrong size Commit: https://github.com/vim/vim/commit/8f531662e28c37560bf5ac20a059bf00d01ee5a4 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 1 17:33:18 2023 +0000 patch 9.0.1273: "1v" may select block with wrong size Problem: "1v" may select block with wrong size. (Evgeni Chasnovski) Solution: Compute "curswant" in the right line. (closes https://github.com/vim/vim/issues/11925)
author Bram Moolenaar <Bram@vim.org>
date Wed, 01 Feb 2023 18:45:04 +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"