view .codecov.yml @ 27639:8736d8b0a0bc v8.2.4345

patch 8.2.4345: <amatch> is expanded like a file name for DirChangedPre Commit: https://github.com/vim/vim/commit/f6246f51e3d85a982a899b4a8fd9045a5e23016f Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 11 16:30:12 2022 +0000 patch 8.2.4345: <amatch> is expanded like a file name for DirChangedPre Problem: <amatch> is expanded like a file name for DirChangedPre. Solution: Do not expand <amatch>. (closes https://github.com/vim/vim/issues/9742) Also for the User event.
author Bram Moolenaar <Bram@vim.org>
date Fri, 11 Feb 2022 17:45:03 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

coverage:
  range: "80...100"
  status:
    project:
      default:
        threshold: 0.05%