view .codecov.yml @ 33301:1bc6f0899715 v9.0.1916

patch 9.0.1916: Crash when allocating large terminal screen Commit: https://github.com/vim/vim/commit/aa64ba1587d36de558f47519fa47c27e86c6e49a Author: Christian Brabandt <cb@256bit.org> Date: Tue Sep 19 21:05:20 2023 +0200 patch 9.0.1916: Crash when allocating large terminal screen Problem: Crash when allocating large terminal screen Solution: Don't allow values > 1000 for terminal screen columns and rows closes: #13126 Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Tue, 19 Sep 2023 21:30:03 +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"