view .codecov.yml @ 31209:429279c35b1e v9.0.0938

patch 9.0.0938: MS-Windows: debug executable not found when running test Commit: https://github.com/vim/vim/commit/0b228cddc723af0c7ceb1cd73685b0b742f16713 Author: Christopher Plewright <chris@createng.com> Date: Thu Nov 24 12:19:50 2022 +0000 patch 9.0.0938: MS-Windows: debug executable not found when running test Problem: MS-Windows: debug executable not found when running test. Solution: Look for vimd.exe. (Christopher Plewright, closes https://github.com/vim/vim/issues/11602)
author Bram Moolenaar <Bram@vim.org>
date Thu, 24 Nov 2022 13:30:03 +0100
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"