view .codecov.yml @ 26568:c675779d5f2b v8.2.3813

patch 8.2.3813: confusing error when using :cc without error list Commit: https://github.com/vim/vim/commit/a5d78d1f1123d9ffccd5ba58f2d2dec44cc59e94 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 15 12:28:22 2021 +0000 patch 8.2.3813: confusing error when using :cc without error list Problem: confusing error when using :cc without error list. (Gary Johnson) Solution: Give the "no errors" error.
author Bram Moolenaar <Bram@vim.org>
date Wed, 15 Dec 2021 13:30:04 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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