view .codecov.yml @ 27434:c1702fd7e716 v8.2.4245

patch 8.2.4245: ":retab 0" may cause illegal memory access Commit: https://github.com/vim/vim/commit/652dee448618589de5528a9e9a36995803f5557a Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 28 20:47:49 2022 +0000 patch 8.2.4245: ":retab 0" may cause illegal memory access Problem: ":retab 0" may cause illegal memory access. Solution: Limit the value of 'tabstop' to 10000.
author Bram Moolenaar <Bram@vim.org>
date Fri, 28 Jan 2022 22:00:05 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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