view .codecov.yml @ 24329:cd9f77409393 v8.2.2705

patch 8.2.2705: Vim9: misleading reported line number for wrong type Commit: https://github.com/vim/vim/commit/77709b194c71eb02f765521f31b463593bd07cda Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 3 21:01:01 2021 +0200 patch 8.2.2705: Vim9: misleading reported line number for wrong type Problem: Vim9: misleading reported line number for wrong type. Solution: Remember and use the line number at the start. (closes https://github.com/vim/vim/issues/8059)
author Bram Moolenaar <Bram@vim.org>
date Sat, 03 Apr 2021 21:15:03 +0200
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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