view .codecov.yml @ 34751:a5c094fd033c v9.1.0253

patch 9.1.0253: filetype: typespec files are not recognized Commit: https://github.com/vim/vim/commit/6c9f4f98f1cda3793406724a260cd651210a5d0d Author: Hilmar Wiegand <me@hwgnd.de> Date: Tue Apr 2 18:54:54 2024 +0200 patch 9.1.0253: filetype: typespec files are not recognized Problem: filetype: typespec files are not recognized Solution: Detect '*.tsp' files as typespec (Hilmar Wiegand) Specs is at https://typespec.io/ closes: #14392 Signed-off-by: Hilmar Wiegand <me@hwgnd.de> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Tue, 02 Apr 2024 19:00:10 +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"