view .codecov.yml @ 26272:58a7c651c313 v8.2.3667

patch 8.2.3667: building libvterm fails with MSVC Commit: https://github.com/vim/vim/commit/510d8e6056d89d903511c4498afec23f76b4f2a4 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Nov 24 19:55:46 2021 +0000 patch 8.2.3667: building libvterm fails with MSVC Problem: Building libvterm fails with MSVC. Solution: Don't use C99 construct.
author Bram Moolenaar <Bram@vim.org>
date Wed, 24 Nov 2021 21:00:04 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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