view .codecov.yml @ 27780:f1d5822ca0d7 v8.2.4416

patch 8.2.4416: Vim9: using a script-local function requires using "s:" Commit: https://github.com/vim/vim/commit/1fca5f3e86f08e696058fc7e86dfe41b415a78e6 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 18 17:50:47 2022 +0000 patch 8.2.4416: Vim9: using a script-local function requires using "s:" Problem: Vim9: using a script-local function requires using "s:" when setting 'completefunc'. Solution: Do not require "s:" in Vim9 script. (closes #9796)
author Bram Moolenaar <Bram@vim.org>
date Fri, 18 Feb 2022 19:00:04 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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