view .codecov.yml @ 31750:13cecb002fe6 v9.0.1207

patch 9.0.1207: error when object type is expected but getting "any" Commit: https://github.com/vim/vim/commit/450c7a97d1a28f715acaf562298112b9b932adc3 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 16 16:39:37 2023 +0000 patch 9.0.1207: error when object type is expected but getting "any" Problem: Error when object type is expected but getting "any". Solution: When actual type is "any" use a runtime type check. (closes #11826)
author Bram Moolenaar <Bram@vim.org>
date Mon, 16 Jan 2023 17:45:02 +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"