view .codecov.yml @ 29353:0c403f53b372 v9.0.0019

patch 9.0.0019: timers test not run where possible Commit: https://github.com/vim/vim/commit/eb273cd7b036c35ae9070bd6352101914f273e71 Author: zeertzjq <zeertzjq@outlook.com> Date: Fri Jul 1 19:11:23 2022 +0100 patch 9.0.0019: timers test not run where possible Problem: Timers test not run where possible. Solution: Adjust platform checks. (closes https://github.com/vim/vim/issues/10645)
author Bram Moolenaar <Bram@vim.org>
date Fri, 01 Jul 2022 20:15: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"