view .codecov.yml @ 31259:a7dba627a21b v9.0.0963

patch 9.0.0963: function name does not match autocmd event name Commit: https://github.com/vim/vim/commit/269aa2b29ac3e4c0083d929e2477c95e7bd1177a Author: zeertzjq <zeertzjq@outlook.com> Date: Mon Nov 28 11:36:50 2022 +0000 patch 9.0.0963: function name does not match autocmd event name Problem: Function name does not match autocmd event name. Solution: Rename "optionsset" to "optionset". (closes https://github.com/vim/vim/issues/11630)
author Bram Moolenaar <Bram@vim.org>
date Mon, 28 Nov 2022 12:45:04 +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"