view .codecov.yml @ 25703:e9687a2f6fb3 v8.2.3387

patch 8.2.3387: compiler warning for non-static function Commit: https://github.com/vim/vim/commit/de05ae71589f46c5d27642c33fe5eb21b22aaf5d Author: Dominique Pelle <dominique.pelle@gmail.com> Date: Mon Aug 30 19:57:34 2021 +0200 patch 8.2.3387: compiler warning for non-static function Problem: Compiler warning for non-static function. Solution: Make the function static. (Dominique Pell?, closes https://github.com/vim/vim/issues/8816)
author Bram Moolenaar <Bram@vim.org>
date Mon, 30 Aug 2021 20:00:05 +0200
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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