view .codecov.yml @ 29513:e6d788e0c121 v9.0.0098

patch 9.0.0098: missing include file in timer_create configure check Commit: https://github.com/vim/vim/commit/5748b7f2c8a8e8e6d12b3e2531df5c0261fd8f3b Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 28 12:09:04 2022 +0100 patch 9.0.0098: missing include file in timer_create configure check Problem: missing include file in timer_create configure check. Solution: Inlucde stdlib.h.
author Bram Moolenaar <Bram@vim.org>
date Thu, 28 Jul 2022 13: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"