view .codecov.yml @ 30707:b005d7886185 v9.0.0688

patch 9.0.0688: debugger does not display the whole command Commit: https://github.com/vim/vim/commit/33b55b562b90e5cc0091fa39d87cd60956c73f57 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Oct 7 18:51:23 2022 +0100 patch 9.0.0688: debugger does not display the whole command Problem: Debugger does not display the whole command. Solution: Set ea.cmd before checking for a breakpoint.
author Bram Moolenaar <Bram@vim.org>
date Fri, 07 Oct 2022 20:00:04 +0200
parents 035fbd9bd1c6
children 0b8312c5dfe0
line wrap: on
line source

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

# Files not run by tests
ignore:
  - "src/dosinst.c"
  - "src/dosinst.h"
  - "src/uninstall.c"