view .codecov.yml @ 30435:c2ef8f0f8ba1 v9.0.0553

patch 9.0.0553: no error for "|" after "{" in lamda Commit: https://github.com/vim/vim/commit/f5f4e85f0189790ab81c0005b703604721db13d4 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 22 22:03:14 2022 +0100 patch 9.0.0553: no error for "|" after "{" in lamda Problem: No error for "|" after "{" in lamda. Solution: Check for invalid "|". (closes https://github.com/vim/vim/issues/11199)
author Bram Moolenaar <Bram@vim.org>
date Thu, 22 Sep 2022 23:15:03 +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"