view .codecov.yml @ 33264:fda04a2e9dee v9.0.1900

patch 9.0.1900: Configure script uses non-portable == comparison Commit: https://github.com/vim/vim/commit/e7d79eb98a30c529cf53fb4852a71b9fd1336c41 Author: Yee Cheng Chin <ychin.git@gmail.com> Date: Sat Sep 16 13:38:26 2023 +0200 patch 9.0.1900: Configure script uses non-portable == comparison Problem: Configure script uses non-portable == comparison Solution: Use the standard and portable "=" instead closes: #13095 closes: #13099 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Yee Cheng Chin <ychin.git@gmail.com>
author Christian Brabandt <cb@256bit.org>
date Sat, 16 Sep 2023 13:45:06 +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"