view .codecov.yml @ 30691:024e1c1da31f v9.0.0680

patch 9.0.0680: tests failing with 'breakindent', 'number' and "n" in 'cpo' Commit: https://github.com/vim/vim/commit/3725116f6ec3b5c01e456b151a60c0690e04f76c Author: Bram Moolenaar <Bram@vim.org> Date: Thu Oct 6 20:48:00 2022 +0100 patch 9.0.0680: tests failing with 'breakindent', 'number' and "n" in 'cpo' Problem: Tests failing with 'breakindent', 'number' and "n" in 'cpo'. Solution: Do count the number column in topline if 'breakindent' is set.
author Bram Moolenaar <Bram@vim.org>
date Thu, 06 Oct 2022 22:00:05 +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"