view .codecov.yml @ 32898:cbb5a593c92a v9.0.1758

patch 9.0.1758: vim9 no class identifiers in stack dumps Commit: https://github.com/vim/vim/commit/0ffc17aa479867f6f3ee14a46cf71352f126b5ba Author: LemonBoy <thatlemon@gmail.com> Date: Sun Aug 20 18:09:11 2023 +0200 patch 9.0.1758: vim9 no class identifiers in stack dumps Problem: vim9 no class identifiers in stack dumps Solution: Prefix class members in stack traces with the class name followed by a dot. closes: #12866 closes: #12078 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: LemonBoy <thatlemon@gmail.com>
author Christian Brabandt <cb@256bit.org>
date Sun, 20 Aug 2023 18:15: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"