view .codecov.yml @ 26587:b2bbc72183a5 v8.2.3823

patch 8.2.3823: test for visual replace is in wrong function Commit: https://github.com/vim/vim/commit/6ecf58b0d7d9b8fbba780d19d2e6c0f227df715b Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 16 10:05:41 2021 +0000 patch 8.2.3823: test for visual replace is in wrong function Problem: Test for visual replace is in wrong function. Solution: Move it to another function.
author Bram Moolenaar <Bram@vim.org>
date Thu, 16 Dec 2021 11:15:03 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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