view .codecov.yml @ 30237:722cd5d0f92a v9.0.0454

patch 9.0.0454: incorrect color for modeless selection with GTK Commit: https://github.com/vim/vim/commit/810cb5a3bf73ff4b084f483aa87cd49c1111bfa9 Author: Your Name <you@example.com> Date: Tue Sep 13 11:25:54 2022 +0100 patch 9.0.0454: incorrect color for modeless selection with GTK Problem: Incorrect color for modeless selection with GTK. Solution: Use simple inversion instead of XOR. (closes https://github.com/vim/vim/issues/11111)
author Bram Moolenaar <Bram@vim.org>
date Tue, 13 Sep 2022 12:30:05 +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"