view .codecov.yml @ 24745:b1fa3f005c93 v8.2.2911

patch 8.2.2911: pattern "%V" does not match all of block selection Commit: https://github.com/vim/vim/commit/e71c0ebe2cee4a4916c49e206733200299e4c065 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 30 16:43:11 2021 +0200 patch 8.2.2911: pattern "\%V" does not match all of block selection Problem: Pattern "\%V" does not match all of block selection. (Rick Howe) Solution: Use the value of vi_curswant. (closes https://github.com/vim/vim/issues/8285)
author Bram Moolenaar <Bram@vim.org>
date Sun, 30 May 2021 16:45:03 +0200
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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