view .codecov.yml @ 34660:765427c81d05

runtime(debcontrol): add Static-Built-Using field (#14306) Commit: https://github.com/vim/vim/commit/677cd956810e685e820a5ade5aa6c29be5044e9b Author: Guilherme Puida <guilherme@puida.xyz> Date: Thu Mar 28 05:56:50 2024 -0300 runtime(debcontrol): add Static-Built-Using field (https://github.com/vim/vim/issues/14306) Signed-off-by: Guilherme Puida <guilherme@puida.xyz> Signed-off-by: James McCoy <jamessan@jamessan.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Thu, 28 Mar 2024 10:00:10 +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"