view .codecov.yml @ 32106:f6bfcc31dcbc v9.0.1384

patch 9.0.1384: setting HOMEBREW_NO_AUTO_UPDATE is not needed with version 4 Commit: https://github.com/vim/vim/commit/b0b6b8b07eaeac5a22370d2b8ecefb6dd026c541 Author: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Sun Mar 5 20:56:34 2023 +0000 patch 9.0.1384: setting HOMEBREW_NO_AUTO_UPDATE is not needed with version 4 Problem: Setting HOMEBREW_NO_AUTO_UPDATE is not needed with Homebew version 4. Solution: Remove setting HOMEBREW_NO_AUTO_UPDATE. (closes #12008)
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 Mar 2023 22:00:02 +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"