view .codecov.yml @ 29010:36ef8d453ade v8.2.5027

patch 8.2.5027: error for missing :endif when an exception was thrown Commit: https://github.com/vim/vim/commit/bf79a4e48d09a5ae08645592885d54230fed30b8 Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 27 13:52:08 2022 +0100 patch 8.2.5027: error for missing :endif when an exception was thrown Problem: Error for missing :endif when an exception was thrown. (Dani Dickstein) Solution: Do not give an error when aborting. (closes #10490)
author Bram Moolenaar <Bram@vim.org>
date Fri, 27 May 2022 15:00:04 +0200
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"