view .codecov.yml @ 34831:ca0bfdb5d652

runtime(compiler): fix inaccuracies in pandoc compiler (#14467) Commit: https://github.com/vim/vim/commit/6ce07edd600e73e5aaebeafead6e82b41bd00e12 Author: Enno <Konfekt@users.noreply.github.com> Date: Tue Apr 9 21:26:55 2024 +0200 runtime(compiler): fix inaccuracies in pandoc compiler (https://github.com/vim/vim/issues/14467) as kindly pointed out by @Freed-Wu Signed-off-by: Enno <Konfekt@users.noreply.github.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Tue, 09 Apr 2024 21:30: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"