view .codecov.yml @ 30556:b2a891f70f81 v9.0.0613

patch 9.0.0613: running source tests leaves file behind Commit: https://github.com/vim/vim/commit/caa1d19da1cdfd07f93b578b4fd5214a53197cd6 Author: Dominique Pelle <dominique.pelle@gmail.com> Date: Wed Sep 28 10:45:15 2022 +0100 patch 9.0.0613: running source tests leaves file behind Problem: Running source tests leaves file behind. Solution: Add the "D" flag to writefile(). (Dominique Pell?, closes https://github.com/vim/vim/issues/11243) Also do this for other writefile() calls and drop delete().
author Bram Moolenaar <Bram@vim.org>
date Wed, 28 Sep 2022 12:00:06 +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"