view .codecov.yml @ 30112:7ad136fb7fcd v9.0.0392

patch 9.0.0392: inverted condition is a bit confusing Commit: https://github.com/vim/vim/commit/e53a0d44090753d6284b34cc7fb5cf6c765d562c Author: K.Takata <kentkt@csc.jp> Date: Mon Sep 5 21:45:11 2022 +0100 patch 9.0.0392: inverted condition is a bit confusing Problem: Inverted condition is a bit confusing. Solution: Remove the "!" and swap the blocks. (Ken Takata)
author Bram Moolenaar <Bram@vim.org>
date Mon, 05 Sep 2022 23:00: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"