view .codecov.yml @ 24202:c50c5464e6dc v8.2.2642

patch 8.2.2642: Vim9: no clear error for wrong inline function Commit: https://github.com/vim/vim/commit/e98f60a5912d30db289231aed7d3a1d74beaae20 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Mar 22 18:22:30 2021 +0100 patch 8.2.2642: Vim9: no clear error for wrong inline function Problem: Vim9: no clear error for wrong inline function. Solution: Check for something following the "{".
author Bram Moolenaar <Bram@vim.org>
date Mon, 22 Mar 2021 18:30:03 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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