view .codecov.yml @ 27918:7d70b420de00 v8.2.4484

patch 8.2.4484: Vim9: some error messages are not tested Commit: https://github.com/vim/vim/commit/1983f1aa315711852174be1b7089f71e24c19e27 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 28 20:55:02 2022 +0000 patch 8.2.4484: Vim9: some error messages are not tested Problem: Vim9: some error messages are not tested. Solution: Add a few more test cases. Delete dead code.
author Bram Moolenaar <Bram@vim.org>
date Mon, 28 Feb 2022 22:00:02 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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