view .codecov.yml @ 34840:928f698878ea v9.1.0289

patch 9.1.0289: filetype: some TeX files are not recognized Commit: https://github.com/vim/vim/commit/61ee833a504ae73bc6b3e2527a81582263f02afd Author: Wu, Zhenyu <wuzhenyu@ustc.edu> Date: Tue Apr 9 22:09:30 2024 +0200 patch 9.1.0289: filetype: some TeX files are not recognized Problem: filetype: some TeX files are not recognized Solution: Add more patterns for TeX files and inspect a few more files for being TeX files (Wu, Zhenyu) closes: #14456 Signed-off-by: Wu, Zhenyu <wuzhenyu@ustc.edu> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Tue, 09 Apr 2024 22:15:04 +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"