view .codecov.yml @ 28606:893af4a8fc08 v8.2.4827

patch 8.2.4827: typo in variable name Commit: https://github.com/vim/vim/commit/87f74106f96737e7b8ceaafe1a131aa718077de6 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Apr 25 18:59:25 2022 +0100 patch 8.2.4827: typo in variable name Problem: Typo in variable name. (Gabriel Dupras) Solution: Rename the variable.
author Bram Moolenaar <Bram@vim.org>
date Mon, 25 Apr 2022 20:00:04 +0200
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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