view .codecov.yml @ 33769:6e4bf51ec635 v9.0.2105

patch 9.0.2105: skipcol not reset when topline changed Commit: https://github.com/vim/vim/commit/bb800a7907209f7d349f87b76b3b9ca30b416298 Author: Luuk van Baal <luukvbaal@gmail.com> Date: Tue Nov 14 17:05:18 2023 +0100 patch 9.0.2105: skipcol not reset when topline changed Problem: Skipcol is not reset when topline changed scrolling cursor to top Solution: reset skipcol closes: #13528 closes: #13532 Signed-off-by: Luuk van Baal <luukvbaal@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Tue, 14 Nov 2023 17:15:05 +0100
parents 0b8312c5dfe0
children
line wrap: on
line source

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

comment: false

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