view .codecov.yml @ 29696:c1c599a367d4 v9.0.0188

patch 9.0.0188: strange effects when using "text_align" with non-zero column Commit: https://github.com/vim/vim/commit/82b14c143aa1e70d55509cc9fa408828e90c93de Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 10 19:50:47 2022 +0100 patch 9.0.0188: strange effects when using "text_align" with non-zero column Problem: Strange effects when using virtual text with "text_align" and non-zero column. (Martin Tournoij) Solution: Give an error. (closes #10888)
author Bram Moolenaar <Bram@vim.org>
date Wed, 10 Aug 2022 21: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"