view .codecov.yml @ 30767:5dba398584fd v9.0.0718

patch 9.0.0718: extra empty line between two virtual text "below" Commit: https://github.com/vim/vim/commit/ccf2837a05cef0ea4913ebff4f2f6000bc050271 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Oct 10 21:10:03 2022 +0100 patch 9.0.0718: extra empty line between two virtual text "below" Problem: Extra empty line between two virtual text "below" when 'wrap' and 'number' are set. Solution: Reset "before" when there is no text in the screen line. (closes #11334)
author Bram Moolenaar <Bram@vim.org>
date Mon, 10 Oct 2022 22:15: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"