view .codecov.yml @ 33268:e231b9af0f44 v9.0.1902

patch 9.0.1902: Vim9: Coverity complains about dead code Commit: https://github.com/vim/vim/commit/e2deb7e598687e6359009c509d14f8b85be5a13b Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Sat Sep 16 18:05:07 2023 +0200 patch 9.0.1902: Vim9: Coverity complains about dead code Problem: Vim9: Coverity complains about dead code Solution: Copy only object methods from the super class to a subclass when extending a class. Fix Coverity warning. closes: #13103 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
author Christian Brabandt <cb@256bit.org>
date Sat, 16 Sep 2023 18:15:06 +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"