view .codecov.yml @ 32280:ca4e81de477a v9.0.1471

patch 9.0.1471: warnings for function declarations Commit: https://github.com/vim/vim/commit/be9624eb47ff4db4f068c65ad9cd37b14d1818a8 Author: Michael Jarvis <michael@jarvis.com> Date: Wed Apr 19 20:28:48 2023 +0100 patch 9.0.1471: warnings for function declarations Problem: Warnings for function declarations. Solution: Add argument types. (Michael Jarvis, closes https://github.com/vim/vim/issues/12277)
author Bram Moolenaar <Bram@vim.org>
date Wed, 19 Apr 2023 21:30: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"