view .codecov.yml @ 32966:966e77ea7626

runtime(bindzone): updated syntax file Commit: https://github.com/vim/vim/commit/6e93689bde7321ce974ae99ec6c74efb08d78842 Author: Oskar Stenman <oskar@cetex.se> Date: Tue Aug 22 22:34:08 2023 +0200 runtime(bindzone): updated syntax file - Add support for APL type in runtime/syntax/bindzone.vim - all values between 0- 4294967295 are valid serials closes: #9743 closes: #8382 Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Tue, 22 Aug 2023 22:45:03 +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"