view .codecov.yml @ 24212:6ddfe0f45b4c v8.2.2647

patch 8.2.2647: terminal test sometimes hangs Commit: https://github.com/vim/vim/commit/f4a2ed071447ad4984fad55b9d1671b55140ae1c Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 23 16:25:09 2021 +0100 patch 8.2.2647: terminal test sometimes hangs Problem: Terminal test sometimes hangs. Solution: Wait for the shell to display a prompt.
author Bram Moolenaar <Bram@vim.org>
date Tue, 23 Mar 2021 16:30:04 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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