view .codecov.yml @ 28540:63e9b0016a6c v8.2.4794

patch 8.2.4794: compiler warning for not initialized variable Commit: https://github.com/vim/vim/commit/4c84dd33ad739237bb38bb4e51702af972b5e507 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 20 10:22:54 2022 +0100 patch 8.2.4794: compiler warning for not initialized variable Problem: Compiler warning for not initialized variable. Solution: Initialize the variable. (John Marriott)
author Bram Moolenaar <Bram@vim.org>
date Wed, 20 Apr 2022 11:30:05 +0200
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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