view .codecov.yml @ 27223:ea2b4cb4515b v8.2.4140

patch 8.2.4140: maparg() does not indicate the type of script Commit: https://github.com/vim/vim/commit/a9528b39a666dbaa026320f73bae4b1628a7fe51 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 18 20:51:35 2022 +0000 patch 8.2.4140: maparg() does not indicate the type of script Problem: maparg() does not indicate the type of script where it was defined. Solution: Add "scriptversion".
author Bram Moolenaar <Bram@vim.org>
date Tue, 18 Jan 2022 22:00:05 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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