view .codecov.yml @ 25212:79eb112b492d v8.2.3142

patch 8.2.3142: Vim9: type check for has_key() argument is too strict Commit: https://github.com/vim/vim/commit/1aeddeb8bd29a69fa118734c7f27d7df1b37801f Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 11 14:55:49 2021 +0200 patch 8.2.3142: Vim9: type check for has_key() argument is too strict Problem: Vim9: type check for has_key() argument is too strict. Solution: Also allow for a number key argument. (closes https://github.com/vim/vim/issues/8542)
author Bram Moolenaar <Bram@vim.org>
date Sun, 11 Jul 2021 15:00:03 +0200
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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