view .codecov.yml @ 25543:a84e75d73fde v8.2.3308

patch 8.2.3308: Vim9: no runtime check for argument type with varargs only Commit: https://github.com/vim/vim/commit/6ce46b99635877fb0a17c06a6f5625fbc1ffa6f4 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 7 15:35:36 2021 +0200 patch 8.2.3308: Vim9: no runtime check for argument type with varargs only Problem: Vim9: no runtime check for argument type if a function only has varargs. Solution: Also check argument types if uf_va_type is set. (closes #8715)
author Bram Moolenaar <Bram@vim.org>
date Sat, 07 Aug 2021 15:45:02 +0200
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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