view .codecov.yml @ 27865:05d222e5246a v8.2.4458

patch 8.2.4458: Vim9: compiling filter() call fails with unknown arguments Commit: https://github.com/vim/vim/commit/6e1a38745f794715dc624399c318f513b54797c4 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 23 19:11:49 2022 +0000 patch 8.2.4458: Vim9: compiling filter() call fails with unknown arguments Problem: Vim9: compiling filter() call fails with funcref that has unknown arguments. Solution: Do not check the arguments if they are unknown at compile time. (closes #9835)
author Bram Moolenaar <Bram@vim.org>
date Wed, 23 Feb 2022 20:15:03 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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