view .codecov.yml @ 25505:040a45d39570 v8.2.3289

patch 8.2.3289: compiler warning for unused variable with small features Commit: https://github.com/vim/vim/commit/f18e8a969a3414ed5e6b7159c40fe43963021ff3 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 4 21:16:50 2021 +0200 patch 8.2.3289: compiler warning for unused variable with small features Problem: Compiler warning for unused variable with small features. Solution: Rearrange #ifdefs.
author Bram Moolenaar <Bram@vim.org>
date Wed, 04 Aug 2021 21:30:04 +0200
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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