view .codecov.yml @ 32000:bd01cb097120 v9.0.1332

patch 9.0.1332: crash when using buffer-local user command in cmdline window Commit: https://github.com/vim/vim/commit/b444ee761a2956a996a75d923281c51fa1a759f3 Author: zeertzjq <zeertzjq@outlook.com> Date: Mon Feb 20 15:25:13 2023 +0000 patch 9.0.1332: crash when using buffer-local user command in cmdline window Problem: Crash when using buffer-local user command in cmdline window. (Karl Yngve Lerv?g) Solution: Use the right buffer to find the user command. (closes #12030, closes #12029)
author Bram Moolenaar <Bram@vim.org>
date Mon, 20 Feb 2023 16:30:03 +0100
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"