view .codecov.yml @ 34942:26e0016bafed v9.1.0328

patch 9.1.0328: CI fails with t_?? test Commit: https://github.com/vim/vim/commit/0d87e3c711b46be67cf8f014cc0bca21431599c0 Author: Christian Brabandt <cb@256bit.org> Date: Sun Apr 14 23:14:50 2024 +0200 patch 9.1.0328: CI fails with t_?? test Problem: CI fails with t_?? test Solution: use assert_match instead of assert_equal and test only until t_xo, depending on system there may be several more termcap codes coming Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 14 Apr 2024 23:30:03 +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"