view .codecov.yml @ 33970:58f20e60fa3a

translation(tr): Update Turkish translations (#13710) Commit: https://github.com/vim/vim/commit/2f05ad162e89dc2e54a2e7b4f6a8062fa808815a Author: Emir SARI <emir_sari@icloud.com> Date: Mon Dec 18 08:02:04 2023 +0000 translation(tr): Update Turkish translations (https://github.com/vim/vim/issues/13710) Signed-off-by: Emir SARI <emir_sari@icloud.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Mon, 18 Dec 2023 09:15:04 +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"