view .codecov.yml @ 28025:18892907cef7 v8.2.4537

patch 8.2.4537: output from linter and language server shows up in git Commit: https://github.com/vim/vim/commit/48f83c31d14702b40ad0bf3c61091871d9db072d Author: =?UTF-8?q?Dundar=20G=C3=B6c?= <gocdundar@gmail.com> Date: Thu Mar 10 15:51:24 2022 +0000 patch 8.2.4537: output from linter and language server shows up in git Problem: Output from linter and language server shows up in git. Solution: Add patterns to .gitignore. (Goc Dundar, closes https://github.com/vim/vim/issues/9925)
author Bram Moolenaar <Bram@vim.org>
date Thu, 10 Mar 2022 17:00:03 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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