view .codecov.yml @ 26496:8861ece40b4b v8.2.3778

patch 8.2.3778: lambda debug test fails in some configurations Commit: https://github.com/vim/vim/commit/9537e37b1124a0584e5f2af10756baca78bc73a1 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 10 21:05:53 2021 +0000 patch 8.2.3778: lambda debug test fails in some configurations Problem: Lambda debug test fails in some configurations. Solution: Check feature in a legacy function.
author Bram Moolenaar <Bram@vim.org>
date Fri, 10 Dec 2021 22:15:03 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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