view .codecov.yml @ 28899:2644e49d5147 v8.2.4972

patch 8.2.4972: Vim9: compilation fails when using dict member when skipping Commit: https://github.com/vim/vim/commit/1ff9c44267ce487145d22d75a96370d7f96ae8dd Author: Bram Moolenaar <Bram@vim.org> Date: Tue May 17 15:03:33 2022 +0100 patch 8.2.4972: Vim9: compilation fails when using dict member when skipping Problem: Vim9: compilation fails when using dict member when skipping. Solution: Do not generate ISN_USEDICT when skipping. (closes https://github.com/vim/vim/issues/10433)
author Bram Moolenaar <Bram@vim.org>
date Tue, 17 May 2022 16:15: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"