view .codecov.yml @ 23742:1f24fcf5945a v8.2.2412

patch 8.2.2412: not all fields in "cstack" are initialized Commit: https://github.com/vim/vim/commit/ce0370d9e67df80c62ff033aa8ca2dbe86841de9 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 26 19:32:53 2021 +0100 patch 8.2.2412: not all fields in "cstack" are initialized Problem: Not all fields in "cstack" are initialized which might cause a crash. Solution: Use CLEAR_FIELD().
author Bram Moolenaar <Bram@vim.org>
date Tue, 26 Jan 2021 19:45:06 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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