view .codecov.yml @ 31453:06a1c71c58ad v9.0.1059

patch 9.0.1059: build failure with some compilers Commit: https://github.com/vim/vim/commit/f94178db8d7324099b1bf916a0dff022c08abdff Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 14 17:50:00 2022 +0000 patch 9.0.1059: build failure with some compilers Problem: Build failure with some compilers that can't handle a declaration directly after a "case" statement. Solution: Add a block to put the declarations in.
author Bram Moolenaar <Bram@vim.org>
date Wed, 14 Dec 2022 19:00:04 +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"