view .codecov.yml @ 28095:8a80c48bd103 v8.2.4572

patch 8.2.4572: Vim9: return type "any" is changed to first returned type Commit: https://github.com/vim/vim/commit/1a572e9b3b497e0412b4001cd9c6859db0c35412 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 15 12:28:10 2022 +0000 patch 8.2.4572: Vim9: return type "any" is changed to first returned type Problem: Vim9: return type "any" is sometimes changed to first returned type. (Virginia Senioria) Solution: Do not change the return type if declared as "any". (closes #9949)
author Bram Moolenaar <Bram@vim.org>
date Tue, 15 Mar 2022 13:30:03 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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