view .codecov.yml @ 26456:7eaf61a67d18 v8.2.3758

patch 8.2.3758: options that take a function insufficiently tested Commit: https://github.com/vim/vim/commit/2172bff36417ddd90653531edc65897411c83b3f Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Wed Dec 8 10:46:21 2021 +0000 patch 8.2.3758: options that take a function insufficiently tested Problem: Options that take a function insufficiently tested. Solution: Add additional tests and enhance existing tests. (Yegappan Lakshmanan, closes #9298)
author Bram Moolenaar <Bram@vim.org>
date Wed, 08 Dec 2021 12:00:05 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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