view .codecov.yml @ 27585:a31dd0a3cb39 v8.2.4319

patch 8.2.4319: :put does not work properly in compiled function Commit: https://github.com/vim/vim/commit/4e713bafc0ae191b1830e3cd3c323ebd695bc3a1 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 7 15:31:37 2022 +0000 patch 8.2.4319: :put does not work properly in compiled function Problem: :put does not work properly in compiled function. (John Beckett) Solution: Adjust the direction when using line zero.
author Bram Moolenaar <Bram@vim.org>
date Mon, 07 Feb 2022 16:45:03 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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