view .codecov.yml @ 30375:e40d150b66cb v9.0.0523

patch 9.0.0523: more compiler warnings for arguments in small version Commit: https://github.com/vim/vim/commit/2d2e25b3e3c932e76f53e9cc49b60e92a7dc8715 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 20 21:09:42 2022 +0100 patch 9.0.0523: more compiler warnings for arguments in small version Problem: more compiler warnings for arguments in small version Solution: Adjust #ifdefs.
author Bram Moolenaar <Bram@vim.org>
date Tue, 20 Sep 2022 22:15:03 +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"