view .codecov.yml @ 23962:436e702af70c v8.2.2523

patch 8.2.2523: Svelte filetype not recognized Commit: https://github.com/vim/vim/commit/c0fcb6e0b10050145e7d334b68b1bdc5201fed05 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 17 12:29:17 2021 +0100 patch 8.2.2523: Svelte filetype not recognized Problem: Svelte filetype not recognized. Solution: Add a detection rule. (Brian Ryall, closes https://github.com/vim/vim/issues/7858)
author Bram Moolenaar <Bram@vim.org>
date Wed, 17 Feb 2021 12:30:06 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

coverage:
  range: "80...100"
  status:
    project:
      default:
        threshold: 0.05%