view .codecov.yml @ 34959:5db8640e391b

runtime(doc): document pandoc compiler and enable configuring arguments Commit: https://github.com/vim/vim/commit/fb8f31ea7d7f3f42e9bdce7b4434fd93fba8876f Author: Konfekt <Konfekt@users.noreply.github.com> Date: Mon Apr 15 19:33:08 2024 +0200 runtime(doc): document pandoc compiler and enable configuring arguments closes: https://github.com/vim/vim/issues/14550 Signed-off-by: Konfekt <Konfekt@users.noreply.github.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Mon, 15 Apr 2024 19:45:02 +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"