view .codecov.yml @ 27545:d00f5bb4941f v8.2.4299

patch 8.2.4299: SafeState autocommand interferes with debugging Commit: https://github.com/vim/vim/commit/46f3080e5cd4cd1bae23e72a429a8195eb1ded7a Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 5 12:10:52 2022 +0000 patch 8.2.4299: SafeState autocommand interferes with debugging Problem: SafeState autocommand interferes with debugging. Solution: Do not trigger SafeState while debugging. (closes https://github.com/vim/vim/issues/9697)
author Bram Moolenaar <Bram@vim.org>
date Sat, 05 Feb 2022 13:15:03 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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