view .codecov.yml @ 32421:603b6dcf5f9a v9.0.1542

patch 9.0.1542: line not fully displayed if it doesn't fit in the screen Commit: https://github.com/vim/vim/commit/6c018680be0ec25d42614a93be1ea08df29a9e2a Author: Luuk van Baal <luukvbaal@gmail.com> Date: Thu May 11 18:38:14 2023 +0100 patch 9.0.1542: line not fully displayed if it doesn't fit in the screen Problem: Line not fully displayed if it doesn't fit in the screen. Solution: Do not reset s_skipcol if not needed. (Luuk van Baal, closes #12376)
author Bram Moolenaar <Bram@vim.org>
date Thu, 11 May 2023 19:45:03 +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"