view .codecov.yml @ 27754:1f37e5082343 v8.2.4403

patch 8.2.4403: ml_get error with nested folds and deleting lines Commit: https://github.com/vim/vim/commit/943773783384a5ff63f57769d37ddabf8156fe1e Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 16 20:30:52 2022 +0000 patch 8.2.4403: ml_get error with nested folds and deleting lines Problem: ml_get error with nested folds and deleting lines. Solution: Correct the last line number before calling hasFoldingWin().
author Bram Moolenaar <Bram@vim.org>
date Wed, 16 Feb 2022 21:45:03 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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