view .codecov.yml @ 24244:827fcf174f15 v8.2.2663

patch 8.2.2663: Vim9: leaking memory when inline function has an error Commit: https://github.com/vim/vim/commit/79efa2e3b3cdab8c21d95ba4ed9cb573566af531 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 27 15:40:11 2021 +0100 patch 8.2.2663: Vim9: leaking memory when inline function has an error Problem: Vim9: leaking memory when inline function has an error. Solution: Free the partially allocated function.
author Bram Moolenaar <Bram@vim.org>
date Sat, 27 Mar 2021 15:45:03 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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