view .codecov.yml @ 30791:574bf5c78a40 v9.0.0730

patch 9.0.0730: startup test fails with right-left feature Commit: https://github.com/vim/vim/commit/9ce7915d0667e6cb8f930634473f0caf2967f4e3 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 12 11:54:34 2022 +0100 patch 9.0.0730: startup test fails with right-left feature Problem: Startup test fails with right-left feature. Solution: Do not delete test file too early.
author Bram Moolenaar <Bram@vim.org>
date Wed, 12 Oct 2022 13:00:05 +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"