view .codecov.yml @ 30017:578e71f924fe v9.0.0346

patch 9.0.0346: :horizontal modifier not fully supported Commit: https://github.com/vim/vim/commit/d3de178e5352fedf0f30b979f46a2fcbca24ea40 Author: zeertzjq <zeertzjq@outlook.com> Date: Thu Sep 1 12:58:52 2022 +0100 patch 9.0.0346: :horizontal modifier not fully supported Problem: :horizontal modifier not fully supported. Solution: Also use :horizontal for completion and user commands. (closes #11025)
author Bram Moolenaar <Bram@vim.org>
date Thu, 01 Sep 2022 14: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"