view .codecov.yml @ 32212:75c420223d7f v9.0.1437

patch 9.0.1437: test fails with different error number Commit: https://github.com/vim/vim/commit/3cdd799951b4d08f987a8346a8de544e41fab3d7 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 1 22:24:18 2023 +0100 patch 9.0.1437: test fails with different error number Problem: Test fails with different error number. Solution: Adjust the expected error.
author Bram Moolenaar <Bram@vim.org>
date Sat, 01 Apr 2023 23: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"