view .codecov.yml @ 28825:4c749f9b97fd v8.2.4936

patch 8.2.4936: MS-Windows: mouse coordinates for scroll event are wrong Commit: https://github.com/vim/vim/commit/a773d84570e224035389f6697ac5634d7f27cccc Author: LemonBoy <thatlemon@gmail.com> Date: Tue May 10 20:54:46 2022 +0100 patch 8.2.4936: MS-Windows: mouse coordinates for scroll event are wrong Problem: MS-Windows: mouse coordinates for scroll event are wrong. Solution: Convert coordinates to the text area coordinates. (closes https://github.com/vim/vim/issues/10400)
author Bram Moolenaar <Bram@vim.org>
date Tue, 10 May 2022 22:00:02 +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"