view .codecov.yml @ 31630:5400eba7c3f3 v9.0.1147

patch 9.0.1147: cannot access a class member in a compiled function Commit: https://github.com/vim/vim/commit/3259ff3b3bd152d61c1cef7901023034c0d655a3 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jan 4 18:54:09 2023 +0000 patch 9.0.1147: cannot access a class member in a compiled function Problem: Cannot access a class member in a compiled function. Solution: Implement looking up a class member.
author Bram Moolenaar <Bram@vim.org>
date Wed, 04 Jan 2023 20:00: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"