view .codecov.yml @ 27024:5d851ce07caf v8.2.4041

patch 8.2.4041: using unitialized pointer Commit: https://github.com/vim/vim/commit/aa9b3cacd52a6c34591bbd89fb6b06d4c097fe03 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 8 15:44:22 2022 +0000 patch 8.2.4041: using unitialized pointer Problem: Using unitialized pointer. Solution: Store "ht" when variable is in another script.
author Bram Moolenaar <Bram@vim.org>
date Sat, 08 Jan 2022 16:45:03 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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