view .codecov.yml @ 25644:59a1c9a2ca2e v8.2.3358

patch 8.2.3358: structurizr files are not recognized Commit: https://github.com/vim/vim/commit/dea561111a5761bf99397a246b8baa43e73288de Author: Bastian Venthur <bastian.venthur@flixbus.com> Date: Tue Aug 17 23:44:54 2021 +0200 patch 8.2.3358: structurizr files are not recognized Problem: Structurizr files are not recognized. Solution: Recognize the file by contents. (Bastian Venthur, closes https://github.com/vim/vim/issues/8764)
author Bram Moolenaar <Bram@vim.org>
date Tue, 17 Aug 2021 23:45:03 +0200
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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