view .codecov.yml @ 29092:e921ecb232f9 v8.2.5067

patch 8.2.5067: timer_create is not available on every Mac system Commit: https://github.com/vim/vim/commit/f78b52ba24d8d294869cd013dcc4cd5d4a65cea7 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 8 10:48:18 2022 +0100 patch 8.2.5067: timer_create is not available on every Mac system Problem: Timer_create is not available on every Mac system. (Hisashi T Fujinaka) Solution: Adjust #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Wed, 08 Jun 2022 12:00:04 +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"