view .codecov.yml @ 29972:85f4350627a7 v9.0.0324

patch 9.0.0324: MS-Windows: resolve() test fails Commit: https://github.com/vim/vim/commit/15cae5c9ca3d2dc0b2c9ac29d27c4ba765362ab5 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Aug 29 22:51:38 2022 +0100 patch 9.0.0324: MS-Windows: resolve() test fails Problem: MS-Windows: resolve() test fails. Solution: Revert renaming the directory.
author Bram Moolenaar <Bram@vim.org>
date Tue, 30 Aug 2022 00:00:04 +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"