view .codecov.yml @ 29680:955026042e45 v9.0.0180

patch 9.0.0180: stray logfile appears when running tests Commit: https://github.com/vim/vim/commit/ef257e7bd1850f34dd54382222b0e7537cf234bf Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 9 19:30:19 2022 +0100 patch 9.0.0180: stray logfile appears when running tests Problem: Stray logfile appears when running tests. Solution: Remove ch_logfile() calls.
author Bram Moolenaar <Bram@vim.org>
date Tue, 09 Aug 2022 20:45: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"