view .codecov.yml @ 30926:372b12480082 v9.0.0797

patch 9.0.0797: order of assert function arguments is reverted Commit: https://github.com/vim/vim/commit/df63f05c3a81f726ee9fbfc4954eb675e287c7f7 Author: zeertzjq <zeertzjq@outlook.com> Date: Wed Oct 19 15:12:54 2022 +0100 patch 9.0.0797: order of assert function arguments is reverted Problem: Order of assert function arguments is reverted. Solution: Swap the arguments. (closes https://github.com/vim/vim/issues/11399)
author Bram Moolenaar <Bram@vim.org>
date Wed, 19 Oct 2022 16:15:07 +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"