view .codecov.yml @ 33766:fc557aa379ef

runtime(doc): fix typo in pi_gzip.txt Commit: https://github.com/vim/vim/commit/30c762d99ac8e755afb00f89ddd009988e95abce Author: Christian Brabandt <cb@256bit.org> Date: Tue Nov 14 16:44:37 2023 +0100 runtime(doc): fix typo in pi_gzip.txt Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Tue, 14 Nov 2023 17:00:05 +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"