view .codecov.yml @ 33185:1ee65fdbd791 v9.0.1872

patch 9.0.1872: CI: test_crash() fails on CI Commit: https://github.com/vim/vim/commit/d2a08ba0fa4a25f31cee9d9f33b0aa8237227387 Author: Christian Brabandt <cb@256bit.org> Date: Tue Sep 5 07:45:04 2023 +0200 patch 9.0.1872: CI: test_crash() fails on CI Problem: CI: test_crash() fails on CI Solution: Skip test on BSD Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Tue, 05 Sep 2023 08:00:04 +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"