view .codecov.yml @ 23614:455ad460ff4f v8.2.2349

patch 8.2.2349: Vim9: cannot handle line break after parenthesis at line end Commit: https://github.com/vim/vim/commit/2415669348c455df0d1b9bf55b17a06d2f990c19 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 14 20:35:49 2021 +0100 patch 8.2.2349: Vim9: cannot handle line break after parenthesis at line end Problem: Vim9: cannot handle line break after parenthesis at line end. Solution: Skip over line break. (closes https://github.com/vim/vim/issues/7677)
author Bram Moolenaar <Bram@vim.org>
date Thu, 14 Jan 2021 20:45:05 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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