view .codecov.yml @ 32329:848cf22f0a3d v9.0.1496

patch 9.0.1496: test restoring register with wrong value Commit: https://github.com/vim/vim/commit/0b933c331d72f4a378fc30d96a7d16eb1aedd1d4 Author: zeertzjq <zeertzjq@outlook.com> Date: Fri Apr 28 18:44:50 2023 +0100 patch 9.0.1496: test restoring register with wrong value Problem: Test restoring register with wrong value. Solution: Correct name of variable. (closes https://github.com/vim/vim/issues/12310)
author Bram Moolenaar <Bram@vim.org>
date Fri, 28 Apr 2023 19:45:02 +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"