view .codecov.yml @ 35345:7d325ff9356c

runtime(termdebug): Fix wrong email address Commit: https://github.com/vim/vim/commit/ae4641d68e2c01ee4847395bdb78a8c9c52394c7 Author: Christian Brabandt <cb@256bit.org> Date: Wed Jun 5 22:24:24 2024 +0200 runtime(termdebug): Fix wrong email address related: https://github.com/vim/vim/issues/14903 Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Wed, 05 Jun 2024 22: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"