view .codecov.yml @ 25996:94a8f120a06e v8.2.3531

patch 8.2.3531: command line completion test fails on MS-Windows Commit: https://github.com/vim/vim/commit/39c47c310487b72bc78ff197b5a068a0bcf830de Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 17 18:05:26 2021 +0100 patch 8.2.3531: command line completion test fails on MS-Windows Problem: Command line completion test fails on MS-Windows. Solution: Do not test with "\{" on MS-Windows.
author Bram Moolenaar <Bram@vim.org>
date Sun, 17 Oct 2021 19:15:04 +0200
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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