view .codecov.yml @ 32142:64e8cd965e79 v9.0.1402

patch 9.0.1402: crash when using null_class Commit: https://github.com/vim/vim/commit/d13dd30240e32071210f55b587182ff48757ea46 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 11 20:56:35 2023 +0000 patch 9.0.1402: crash when using null_class Problem: Crash when using null_class. Solution: Give an error when trying to use a null class.
author Bram Moolenaar <Bram@vim.org>
date Sat, 11 Mar 2023 22:00: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"