view .codecov.yml @ 30667:6f76a14e0140 v9.0.0668

patch 9.0.0668: CI on Mac M1 only uses clang Commit: https://github.com/vim/vim/commit/3ff71cda986b809e8ffeebee6804b50b3607df63 Author: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Wed Oct 5 20:41:01 2022 +0100 patch 9.0.0668: CI on Mac M1 only uses clang Problem: CI on Mac M1 only uses clang Solution: Also run with gcc. (closes https://github.com/vim/vim/issues/11263)
author Bram Moolenaar <Bram@vim.org>
date Wed, 05 Oct 2022 21:45:02 +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"