view .codecov.yml @ 31313:b6bef244837e v9.0.0990

patch 9.0.0990: callback name argument is changed by setqflist() Commit: https://github.com/vim/vim/commit/c96b7f5d2af241c5eb1589e9da3dc09e45355e65 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 2 15:58:38 2022 +0000 patch 9.0.0990: callback name argument is changed by setqflist() Problem: Callback name argument is changed by setqflist(). Solution: Use the expanded function name for the callback, do not store it in the argument. (closes #11653)
author Bram Moolenaar <Bram@vim.org>
date Fri, 02 Dec 2022 17:00:04 +0100
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"