view .codecov.yml @ 28431:4fbdd4ce9edb v8.2.4740

patch 8.2.4740: when expand() fails there is no error message Commit: https://github.com/vim/vim/commit/575445200bd35283191ecd7a0d596b37c5b477a4 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Apr 12 12:54:11 2022 +0100 patch 8.2.4740: when expand() fails there is no error message Problem: When expand() fails there is no error message. Solution: When 'verbose' is set give an error message.
author Bram Moolenaar <Bram@vim.org>
date Tue, 12 Apr 2022 14:00:05 +0200
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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