view .codecov.yml @ 33853:27bf2e1c3017 v9.0.2137

patch 9.0.2137: Can't detect angular & mustache filetypes Commit: https://github.com/vim/vim/commit/7bed263c343c62129c5d8f51796895a28db1b312 Author: ObserverOfTime <chronobserver@disroot.org> Date: Thu Nov 30 17:41:19 2023 +0100 patch 9.0.2137: Can't detect angular & mustache filetypes Problem: Can't detect angular & mustache filetypes Solution: Detect *.mustache as Mustache filetype; detect *.component.html as html.angular filetype closes: #13594 Signed-off-by: ObserverOfTime <chronobserver@disroot.org> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Thu, 30 Nov 2023 17:45:07 +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"