view .codecov.yml @ 28520:2748a023cc37 v8.2.4784

patch 8.2.4784: lamba test with timer is flaky Commit: https://github.com/vim/vim/commit/1693712f0263afb929ebca1159ceb17c1563ee3b Author: Bram Moolenaar <Bram@vim.org> Date: Mon Apr 18 16:14:10 2022 +0100 patch 8.2.4784: lamba test with timer is flaky Problem: Lamba test with timer is flaky. Solution: Adjust sleep time on retry.
author Bram Moolenaar <Bram@vim.org>
date Mon, 18 Apr 2022 17:15:02 +0200
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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