view .codecov.yml @ 33908:a0cd350fcbc3

runtime(json): fix examples in comments for JSON formatting (#13660) Commit: https://github.com/vim/vim/commit/34b9a15c378f7279bbbe2a80135ae79913c032ae Author: Maxim Kim <habamax@gmail.com> Date: Tue Dec 12 03:09:38 2023 +1100 runtime(json): fix examples in comments for JSON formatting (https://github.com/vim/vim/issues/13660) Signed-off-by: Maxim Kim <habamax@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Mon, 11 Dec 2023 17:15: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"