view .codecov.yml @ 34779:5914f369ff5b

runtime(doc): Fill in a few details regarding :enums (#14349) Commit: https://github.com/vim/vim/commit/957402258053ac639575749c6e41ec284f25ae1c Author: Aliaksei Budavei <32549825+zzzyxwvut@users.noreply.github.com> Date: Thu Apr 4 23:05:33 2024 +0300 runtime(doc): Fill in a few details regarding :enums (https://github.com/vim/vim/issues/14349) - Mention the support of eval() for enumeration values. - Clarify the extent of immutability for enumeration values. - Specify the requirements for class methods to meet for class variable initialisation and their use in nested functions and lambda expressions. - Remove a duplicate sentence that describes how to access parent class methods in derivative classes (see another "copy" two paragraphs below). Signed-off-by: Aliaksei Budavei <0x000c70@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Thu, 04 Apr 2024 22:15:05 +0200
parents 0b8312c5dfe0
children
line wrap: on
line source

coverage:
  range: "80...100"
  status:
    project:
      default:
        threshold: 0.05%

comment: false

# Files not run by tests
ignore:
  - "src/dosinst.c"
  - "src/dosinst.h"
  - "src/uninstall.c"