view .codecov.yml @ 30932:e1e21033c859 v9.0.0800

patch 9.0.0800: compiler complains about repeated typedef Commit: https://github.com/vim/vim/commit/d505c8220ddb62a3489f1880a2ff37a3ddd9954b Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 19 19:24:48 2022 +0100 patch 9.0.0800: compiler complains about repeated typedef Problem: Compiler complains about repeated typedef. Solution: Remove one typedef.
author Bram Moolenaar <Bram@vim.org>
date Wed, 19 Oct 2022 20: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"