view .codecov.yml @ 26950:e682a58399c1 v8.2.4004

patch 8.2.4004: old compiler complains about struct init with variable Commit: https://github.com/vim/vim/commit/548911ee145cdd166f20e46aa720d1631e66f64e Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 4 20:05:04 2022 +0000 patch 8.2.4004: old compiler complains about struct init with variable Problem: Old compiler complains about struct init with variable. Solution: Set the struct member later. (John Marriott)
author Bram Moolenaar <Bram@vim.org>
date Tue, 04 Jan 2022 21:15:04 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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