view .codecov.yml @ 30539:6e0021be50b3 v9.0.0605

patch 9.0.0605: dump file missing Commit: https://github.com/vim/vim/commit/439a2ba1749463718b6ce1e1375b68c7b7cff808 Author: Luuk van Baal <luukvbaal@gmail.com> Date: Tue Sep 27 15:06:46 2022 +0100 patch 9.0.0605: dump file missing Problem: Dump file missing. Solution: Add the missing dump file. (issue https://github.com/vim/vim/issues/11234)
author Bram Moolenaar <Bram@vim.org>
date Tue, 27 Sep 2022 16: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"