view .codecov.yml @ 29148:8e87a5d2284c v8.2.5094

patch 8.2.5094: MS-Windows GUI: empty command may cause a dialog Commit: https://github.com/vim/vim/commit/217ea51ee4c4cb6cf690eb0da70cc4c81291aa2e Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 14 17:13:59 2022 +0100 patch 8.2.5094: MS-Windows GUI: empty command may cause a dialog Problem: MS-Windows GUI: empty command may cause a dialog. Solution: Delete the dialog file. Improve the message.
author Bram Moolenaar <Bram@vim.org>
date Tue, 14 Jun 2022 18: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"