view .codecov.yml @ 34961:7ae80861729e v9.1.0336

patch 9.1.0336: tests: typo in test_xdg Commit: https://github.com/vim/vim/commit/2da68c8b61286ed347076718b66028f7251c8cdf Author: Diego Viola <diego.viola@gmail.com> Date: Mon Apr 15 20:08:38 2024 +0200 patch 9.1.0336: tests: typo in test_xdg Problem: tests: typo in test_xdg Solution: fix typo (Diego Viola) closes: #14562 Signed-off-by: Diego Viola <diego.viola@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Mon, 15 Apr 2024 20:15: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"