view .codecov.yml @ 26524:c37950e3d740 v8.2.3791

patch 8.2.3791: build error with +cindent but without +smartindent Commit: https://github.com/vim/vim/commit/d2439e0443ee26931ab93874c05cc7f57e9af93d Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 12 19:10:44 2021 +0000 patch 8.2.3791: build error with +cindent but without +smartindent Problem: Build error with +cindent but without +smartindent. Solution: Move declaration of "do_cindent". (John Marriott)
author Bram Moolenaar <Bram@vim.org>
date Sun, 12 Dec 2021 20:15:02 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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