view .codecov.yml @ 30253:c0c7a6748061 v9.0.0462

patch 9.0.0462: ASAN warning for integer overflow Commit: https://github.com/vim/vim/commit/98b373075e9a2ed642bc89f4f543e31d1428466f Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 14 12:06:53 2022 +0100 patch 9.0.0462: ASAN warning for integer overflow Problem: ASAN warning for integer overflow. Solution: Check for tp_col to be MAXCOL.
author Bram Moolenaar <Bram@vim.org>
date Wed, 14 Sep 2022 13:15:07 +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"