view .codecov.yml @ 34008:9fc35ba5feb7

runtime(doc): add some error codes to `:help vim9class` (#13747) Commit: https://github.com/vim/vim/commit/1d4fcfe5515dbef15919dff6f2032a2ffaa9220f Author: errael <errael@raelity.com> Date: Thu Dec 21 08:34:15 2023 -0800 runtime(doc): add some error codes to `:help vim9class` (https://github.com/vim/vim/issues/13747) Signed-off-by: Ernie Rael <errael@raelity.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Thu, 21 Dec 2023 17:45:03 +0100
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"