view .codecov.yml @ 29775:455e7588b979 v9.0.0227

patch 9.0.0227: cannot read error message when abort() is called Commit: https://github.com/vim/vim/commit/213e70e284b0975dd34525e94e59e26811097c72 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 19 13:17:21 2022 +0100 patch 9.0.0227: cannot read error message when abort() is called Problem: Cannot read error message when abort() is called. Solution: Output a newline before calling abort().
author Bram Moolenaar <Bram@vim.org>
date Fri, 19 Aug 2022 14: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"