view .codecov.yml @ 24355:beb395ca3e2f v8.2.2718

patch 8.2.2718: Vim9: no explicit test for using a global function without g: Commit: https://github.com/vim/vim/commit/0865b15bc6d869d56713f674d66ad3d0509bf4b9 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Apr 5 15:38:51 2021 +0200 patch 8.2.2718: Vim9: no explicit test for using a global function without g: Problem: Vim9: no explicit test for using a global function without the g: prefix. Solution: Add a test case.
author Bram Moolenaar <Bram@vim.org>
date Mon, 05 Apr 2021 15:45:08 +0200
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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