view .codecov.yml @ 31178:f1c345ae4d89 v9.0.0923

patch 9.0.0923: second SIGWINCH signal may be ignored Commit: https://github.com/vim/vim/commit/a787c24e009b46955fb03a1f51b745e5e9795b7b Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 22 20:41:05 2022 +0000 patch 9.0.0923: second SIGWINCH signal may be ignored Problem: Second SIGWINCH signal may be ignored. Solution: When set_shellsize() is busy when called then run the inner code again when it's done. (issue #424)
author Bram Moolenaar <Bram@vim.org>
date Tue, 22 Nov 2022 21:45:02 +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"