view .codecov.yml @ 27680:38eab98ef5a9 v8.2.4366

patch 8.2.4366: not enough tests for command line completion Commit: https://github.com/vim/vim/commit/4d03d870007c593bce2cfa8d0a6597ca3a20fa35 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Sun Feb 13 11:45:09 2022 +0000 patch 8.2.4366: not enough tests for command line completion Problem: Not enough tests for command line completion. Solution: Add a few more tests. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/9760)
author Bram Moolenaar <Bram@vim.org>
date Sun, 13 Feb 2022 13:00:04 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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