view .codecov.yml @ 31641:88aa7f62cc78 v9.0.1153

patch 9.0.1153: build error with some compilers Commit: https://github.com/vim/vim/commit/7d4d87ba89f464810e961c32af1007e26b5dde80 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 6 18:59:08 2023 +0000 patch 9.0.1153: build error with some compilers Problem: Build error with some compilers. Solution: Clear pointer the right way.
author Bram Moolenaar <Bram@vim.org>
date Fri, 06 Jan 2023 20:00:05 +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"