view .codecov.yml @ 25856:1a5351f6803f v8.2.3462

patch 8.2.3462: ModeChanged only uses one character for new_mode and old_mode Commit: https://github.com/vim/vim/commit/d85931e67316e824878000d0ead122553ccef3a4 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 2 16:55:39 2021 +0100 patch 8.2.3462: ModeChanged only uses one character for new_mode and old_mode Problem: The ModeChanged event only uses one character for the new_mode and old_mode values. Solution: Pass one as first argument to mode(). (issue #8856)
author Bram Moolenaar <Bram@vim.org>
date Sat, 02 Oct 2021 18:00:05 +0200
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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