view .codecov.yml @ 34556:91428f34746f

runtime(mswin): still another clipboard_working test Commit: https://github.com/vim/vim/commit/45da32964d6e7e635af8fcf0b42e974b0b536ed3 Author: Christian Brabandt <cb@256bit.org> Date: Thu Mar 14 07:55:48 2024 +0100 runtime(mswin): still another clipboard_working test Commit 760f664213dea9a300454992ba1589f4601d622f missed to revert back another test for `if has('clipboard_working')` So change the remaining check around the inoremap <c-v> mappings. fixes #14195 Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Thu, 14 Mar 2024 08: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"