view .codecov.yml @ 27088:3956e3bb47ec v8.2.4073

patch 8.2.4073: Coverity warns for using NULL pointer Commit: https://github.com/vim/vim/commit/54598066ca4cfaf0761aedf47e4ba9844674791e Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 13 12:05:09 2022 +0000 patch 8.2.4073: Coverity warns for using NULL pointer Problem: Coverity warns for using NULL pointer. Solution: Bail out when running out of memory. Check for running over end of a string.
author Bram Moolenaar <Bram@vim.org>
date Thu, 13 Jan 2022 13:15:04 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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