view .codecov.yml @ 23642:8df4e9e2394f v8.2.2363

patch 8.2.2363: curpos() does not accept a string argument as before Commit: https://github.com/vim/vim/commit/9ebcf231bdccc1673cc92b20f5190fc577ad29d0 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 16 16:52:49 2021 +0100 patch 8.2.2363: curpos() does not accept a string argument as before Problem: curpos() does not accept a string argument as before. solution: Make a string argument work again. (Yegappan Lakshmanan, closes #7690
author Bram Moolenaar <Bram@vim.org>
date Sat, 16 Jan 2021 17:00:03 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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