view .codecov.yml @ 28986:560793de4032 v8.2.5015

patch 8.2.5015: Hoon and Moonscript files are not recognized Commit: https://github.com/vim/vim/commit/bf82df0dd48a26404b92a596498b6892c9572c53 Author: =?UTF-8?q?Dundar=20G=C3=B6c?= <gocdundar@gmail.com> Date: Wed May 25 12:42:08 2022 +0100 patch 8.2.5015: Hoon and Moonscript files are not recognized Problem: Hoon and Moonscript files are not recognized. Solution: Add filetype patterns. (Goc Dundar, closes https://github.com/vim/vim/issues/10478)
author Bram Moolenaar <Bram@vim.org>
date Wed, 25 May 2022 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"