view .codecov.yml @ 23867:6d5df74b995d v8.2.2475

patch 8.2.2475: autocommand tests hangs on MS-Windows Commit: https://github.com/vim/vim/commit/dfc3db76b9de217542cc9258301c1b4818a51cd0 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 6 19:28:48 2021 +0100 patch 8.2.2475: autocommand tests hangs on MS-Windows Problem: Autocommand tests hangs on MS-Windows. Solution: Skip one test.
author Bram Moolenaar <Bram@vim.org>
date Sat, 06 Feb 2021 19:30:05 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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