view .codecov.yml @ 30239:91ecee475811 v9.0.0455

patch 9.0.0455: a few problems with 'splitscroll' Commit: https://github.com/vim/vim/commit/5ed391708a62b4ebaa84dd23e32a416e5c3383d9 Author: Luuk van Baal <luukvbaal@gmail.com> Date: Tue Sep 13 11:55:10 2022 +0100 patch 9.0.0455: a few problems with 'splitscroll' Problem: A few problems with 'splitscroll'. Solution: Fix 'splitscroll' problems. (Luuk van Baal, closes https://github.com/vim/vim/issues/11117)
author Bram Moolenaar <Bram@vim.org>
date Tue, 13 Sep 2022 13:00: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"