view .codecov.yml @ 25419:8a0234862ce6 v8.2.3246

patch 8.2.3246: memory use after free Commit: https://github.com/vim/vim/commit/77111e2bfc7316eb6b1e653386cef6441af806f8 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 29 21:11:30 2021 +0200 patch 8.2.3246: memory use after free Problem: Memory use after free. Solution: When clearing a string option set the pointer to "empty_option".
author Bram Moolenaar <Bram@vim.org>
date Thu, 29 Jul 2021 21:15:04 +0200
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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