view .codecov.yml @ 34936:f734fd771c45 v9.1.0325

patch 9.1.0325: filetype: CMakeCache.txt files not recognized Commit: https://github.com/vim/vim/commit/62c09e032c6b2d49fffac726300d142381924b98 Author: Wu, Zhenyu <wuzhenyu@ustc.edu> Date: Sun Apr 14 20:34:22 2024 +0200 patch 9.1.0325: filetype: CMakeCache.txt files not recognized Problem: filetype: CMakeCache.txt files not recognized Solution: Detect 'CMakeCache.txt' files as cmakecache filetype, include basic syntax script for cmakecache (Wu, Zhenyu, @bfrg) closes: #14384 Co-authored-by: bfrg <bfrg@users.noreply.github.com> Signed-off-by: Wu, Zhenyu <wuzhenyu@ustc.edu> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 14 Apr 2024 20:45:07 +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"