view .codecov.yml @ 29410:be069ab9d583 v9.0.0047

patch 9.0.0047: using freed memory with recursive substitute Commit: https://github.com/vim/vim/commit/32acf1f1a72ebb9d8942b9c9d80023bf1bb668ea Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 7 22:20:31 2022 +0100 patch 9.0.0047: using freed memory with recursive substitute Problem: Using freed memory with recursive substitute. Solution: Always make a copy for reg_prev_sub.
author Bram Moolenaar <Bram@vim.org>
date Thu, 07 Jul 2022 23:30:02 +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"