view .codecov.yml @ 23667:f07068ed0d3d v8.2.2375

patch 8.2.2375: test for RGB color skipped in the terminal Commit: https://github.com/vim/vim/commit/09fbedc8dc3adc0a7adf2093916911e633cfa626 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 19 17:22:58 2021 +0100 patch 8.2.2375: test for RGB color skipped in the terminal Problem: Test for RGB color skipped in the terminal. Solution: Run the GUI if possible.
author Bram Moolenaar <Bram@vim.org>
date Tue, 19 Jan 2021 17:30:06 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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