view .codecov.yml @ 34351:d5f9c5aacad3 v9.1.0108

patch 9.1.0108: filetype: no support for dtso files Commit: https://github.com/vim/vim/commit/b1700fb33fe02838d679b9215e501455cf4c1156 Author: Markus Schneider-Pargmann <msp@baylibre.com> Date: Wed Feb 14 20:44:28 2024 +0100 patch 9.1.0108: filetype: no support for dtso files Problem: filetype: no support for dtso files Solution: Add detection for *.dtso files as dts file type (Markus Schneider-Pargmann) *.dtso files are devicetree overlay files which have the same syntax as dts or dtsi files. closes: #14026 Signed-off-by: Markus Schneider-Pargmann <msp@baylibre.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Wed, 14 Feb 2024 21:00:03 +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"