view .codecov.yml @ 25563:10605253d009 v8.2.3318

patch 8.2.3318: Vim9: cannot ignore quotes in number at the command line Commit: https://github.com/vim/vim/commit/ed8b099fd23b20d7b5a436182bde6672c8686189 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 8 19:56:28 2021 +0200 patch 8.2.3318: Vim9: cannot ignore quotes in number at the command line Problem: Vim9: cannot ignore quotes in number at the command line. Solution: Use in_vim9script() so that after ":vim9" quotes are ignored.
author Bram Moolenaar <Bram@vim.org>
date Sun, 08 Aug 2021 20:00:03 +0200
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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