view .codecov.yml @ 28505:8751e815864e v8.2.4777

patch 8.2.4777: screendump tests fail because of a redraw Commit: https://github.com/vim/vim/commit/366f0bdd08ae8f4aec38bca6b02ba41adae6ffce Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 17 19:20:33 2022 +0100 patch 8.2.4777: screendump tests fail because of a redraw Problem: Screendump tests fail because of a redraw. Solution: Do not output t_8u before receiving termresponse. Redraw only when t_8u is not reset and termresponse is received.
author Bram Moolenaar <Bram@vim.org>
date Sun, 17 Apr 2022 20:30:02 +0200
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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