view .codecov.yml @ 30900:51ffb2dedf04 v9.0.0784

patch 9.0.0784: text prop "above" not right with 'number' and "n" in 'cpo' Commit: https://github.com/vim/vim/commit/b99e6e6c5fbabbade6431fb555c4fe7409a9269a Author: Bram Moolenaar <Bram@vim.org> Date: Mon Oct 17 18:55:03 2022 +0100 patch 9.0.0784: text prop "above" not right with 'number' and "n" in 'cpo' Problem: Text prop "above" not displayed correctly with 'number' and "n" in 'cpo'. Solution: Draw the line number column until the line text is reached.
author Bram Moolenaar <Bram@vim.org>
date Mon, 17 Oct 2022 20:00:04 +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"