view .codecov.yml @ 29046:ab7f050f4335 v8.2.5045

patch 8.2.5045: can escape a terminal popup window when the job is finished Commit: https://github.com/vim/vim/commit/10db31f9493425a20f1e53d0f214e621f16d65de Author: Bram Moolenaar <Bram@vim.org> Date: Mon May 30 17:58:03 2022 +0100 patch 8.2.5045: can escape a terminal popup window when the job is finished Problem: Can escape a terminal popup window when the job is finished. Solution: Only check for a finished job where it is relevant. (closes #10253)
author Bram Moolenaar <Bram@vim.org>
date Mon, 30 May 2022 19:00: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"