view .codecov.yml @ 33553:cd40900ac971 v9.0.2024

patch 9.0.2024: no filetype detection for Debian sources Commit: https://github.com/vim/vim/commit/bd734c3bead9e167eb6875f62cc06fab2379c422 Author: James McCoy <jamessan@jamessan.com> Date: Sat Oct 14 11:41:34 2023 +0200 patch 9.0.2024: no filetype detection for Debian sources Problem: no filetype detection for Debian sources Solution: Add new deb822sources filetype closes: #13320 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: James McCoy <jamessan@jamessan.com>
author Christian Brabandt <cb@256bit.org>
date Sun, 15 Oct 2023 09:08:33 +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"