view .codecov.yml @ 29440:8d9400c64654 v9.0.0062

patch 9.0.0062: compiler warnings for signed/unsigned char Commit: https://github.com/vim/vim/commit/5ac50de83f1b4136f903c51a1d4e7d84a26c2271 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 23 09:22:47 2022 +0100 patch 9.0.0062: compiler warnings for signed/unsigned char Problem: Compiler warnings for signed/unsigned char. Solution: Add type casts. (John Marriott)
author Bram Moolenaar <Bram@vim.org>
date Sat, 23 Jul 2022 10:30:02 +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"