view .codecov.yml @ 30513:ea15dfc9c155 v9.0.0592

patch 9.0.0592: display not cleared when scrolling back in messages Commit: https://github.com/vim/vim/commit/838b746cce7ea863acdb81e3f44eec2ea90de92a Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 26 15:19:56 2022 +0100 patch 9.0.0592: display not cleared when scrolling back in messages Problem: Display not cleared when scrolling back in messages, a background color is set and t_ut is empty. Solution: Clear to the end of the display if needed. (closes #8973)
author Bram Moolenaar <Bram@vim.org>
date Mon, 26 Sep 2022 16:30:03 +0200
parents 035fbd9bd1c6
children 0b8312c5dfe0
line wrap: on
line source

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

# Files not run by tests
ignore:
  - "src/dosinst.c"
  - "src/dosinst.h"
  - "src/uninstall.c"