view .codecov.yml @ 24679:80422f66978a v8.2.2878

patch 8.2.2878: Vim9: for loop list unpack only allows for one "_" Commit: https://github.com/vim/vim/commit/b777da9be8eb421982e567702db3195475383dec Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 22 21:40:39 2021 +0200 patch 8.2.2878: Vim9: for loop list unpack only allows for one "_" Problem: Vim9: for loop list unpack only allows for one "_". Solution: Drop the value when the variable is "_". (closes https://github.com/vim/vim/issues/8232)
author Bram Moolenaar <Bram@vim.org>
date Sat, 22 May 2021 21:45:02 +0200
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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