view .codecov.yml @ 32944:8c5377e802de

runtime(sdc): Add underscore to sdc flags in syntax file (#6201) Commit: https://github.com/vim/vim/commit/6d626c41842e2c3ab698338bbe5fcfcf0557ecd8 Author: Jordi Altay? <jordialtayo@gmail.com> Date: Sun Aug 20 21:45:13 2023 +0200 runtime(sdc): Add underscore to sdc flags in syntax file (https://github.com/vim/vim/issues/6201)
author Christian Brabandt <cb@256bit.org>
date Sun, 20 Aug 2023 22:01:31 +0200
parents 035fbd9bd1c6
children 0b8312c5dfe0
line wrap: on
line source

coverage:
  range: "80...100"
  status:
    project:
      default:
        threshold: 0.05%

# Files not run by tests
ignore:
  - "src/dosinst.c"
  - "src/dosinst.h"
  - "src/uninstall.c"