view .codecov.yml @ 30172:c684e9381495 v9.0.0422

patch 9.0.0422: not enough testing of the :all command Commit: https://github.com/vim/vim/commit/0dc2fd307ffc223cf010d1fdea6e3d5c4524d43c Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Fri Sep 9 11:27:59 2022 +0100 patch 9.0.0422: not enough testing of the :all command Problem: Not enough testing of the :all command. Solution: Add more testing. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/11091)
author Bram Moolenaar <Bram@vim.org>
date Fri, 09 Sep 2022 12: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"