view .codecov.yml @ 27885:dd804c17e7e3 v8.2.4468

patch 8.2.4468: Coverity warns for uninitialized struct member Commit: https://github.com/vim/vim/commit/68afde4c9b4379b757cc72112c33df9cf221eba8 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 25 20:48:26 2022 +0000 patch 8.2.4468: Coverity warns for uninitialized struct member Problem: Coverity warns for uninitialized struct member. Solution: Set color.index to zero.
author Bram Moolenaar <Bram@vim.org>
date Fri, 25 Feb 2022 22:00:03 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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