view .codecov.yml @ 30717:aa0f7c66653c v9.0.0693

patch 9.0.0693: browse() first argument cannot be a bool Commit: https://github.com/vim/vim/commit/5a049846e4c54d70094c3f29ffbd340c75e9c50e Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 8 12:52:09 2022 +0100 patch 9.0.0693: browse() first argument cannot be a bool Problem: browse() first argument cannot be a bool. Solution: Use tv_get_bool_chk() instead of tv_get_number_chk(). (closes #11308)
author Bram Moolenaar <Bram@vim.org>
date Sat, 08 Oct 2022 14:00: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"