view .codecov.yml @ 32234:e87f89061076 v9.0.1448

patch 9.0.1448: diff test fails on MacOS 13 Commit: https://github.com/vim/vim/commit/d76670fc0d9bd9e09d8a3aa68ef58f796136d964 Author: ichizok <gclient.gaap@gmail.com> Date: Thu Apr 13 17:23:45 2023 +0100 patch 9.0.1448: diff test fails on MacOS 13 Problem: Diff test fails on MacOS 13. Solution: Install GNU diffutils. (Ozaki Kiichi, closes https://github.com/vim/vim/issues/12258)
author Bram Moolenaar <Bram@vim.org>
date Thu, 13 Apr 2023 18:30: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"