view .codecov.yml @ 24622:ae44ab8824dd v8.2.2850

patch 8.2.2850: recalling commands from history is not tested Commit: https://github.com/vim/vim/commit/71c6f7a665eb467054fbf319989d97c252af28d2 Author: obcat <obcat@icloud.com> Date: Thu May 13 20:23:10 2021 +0200 patch 8.2.2850: recalling commands from history is not tested Problem: Recalling commands from history is not tested. Solution: Add tests. (closes https://github.com/vim/vim/issues/8194)
author Bram Moolenaar <Bram@vim.org>
date Thu, 13 May 2021 20:30:03 +0200
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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