view .codecov.yml @ 27619:fa7ac1e66026 v8.2.4336

patch 8.2.4336: using :filter for :scriptnames does not work Commit: https://github.com/vim/vim/commit/769f5895ebfd10535a0ad978f071da8f20178fc6 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 9 14:31:05 2022 +0000 patch 8.2.4336: using :filter for :scriptnames does not work Problem: Using :filter for :scriptnames does not work. (Ben Jackson) Solution: Call message_filtered(). (closes https://github.com/vim/vim/issues/9720)
author Bram Moolenaar <Bram@vim.org>
date Wed, 09 Feb 2022 15:45:03 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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