view .codecov.yml @ 23683:c6b9df4c442d v8.2.2383

patch 8.2.2383: focus escape sequences are not named Commit: https://github.com/vim/vim/commit/ccb47a2899d9f8076dad0f8348c057450febf32b Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 21 13:36:43 2021 +0100 patch 8.2.2383: focus escape sequences are not named Problem: Focus escape sequences are not named in ":set termcap" output. Solution: Add the names to the list. (closes https://github.com/vim/vim/issues/7718)
author Bram Moolenaar <Bram@vim.org>
date Thu, 21 Jan 2021 13:45:03 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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