view .codecov.yml @ 32178:9493de63a3f6 v9.0.1420

patch 9.0.1420: build failure because SIZE_MAX is not defined Commit: https://github.com/vim/vim/commit/aa26153b6cb8353c1cd64667ec55ab5186fa1036 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 21 20:04:58 2023 +0000 patch 9.0.1420: build failure because SIZE_MAX is not defined Problem: Build failure because SIZE_MAX is not defined. Solution: Define SIZE_MAX when missing. (John Marriott)
author Bram Moolenaar <Bram@vim.org>
date Tue, 21 Mar 2023 21:15: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"