view .codecov.yml @ 27332:251cae25bb49 v8.2.4194

patch 8.2.4194: MS-Windows: code for calculating font size is duplicated Commit: https://github.com/vim/vim/commit/abe628e1bd92ecb85a526348f376891d56bf3ea8 Author: K.Takata <kentkt@csc.jp> Date: Sun Jan 23 16:25:17 2022 +0000 patch 8.2.4194: MS-Windows: code for calculating font size is duplicated Problem: MS-Windows: code for calculating font size is duplicated. Solution: Move the code to a function. (Ken Takata, closes https://github.com/vim/vim/issues/9603)
author Bram Moolenaar <Bram@vim.org>
date Sun, 23 Jan 2022 17:30:04 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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