view .codecov.yml @ 24248:883d7ceffd97 v8.2.2665

patch 8.2.2665: test failures Commit: https://github.com/vim/vim/commit/7b45d46cf7db0d2d7a4defc2d81b233a2c672b74 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 27 19:09:02 2021 +0100 patch 8.2.2665: test failures Problem: Test failures. Solution: Check more specific feature. Add missing change.
author Bram Moolenaar <Bram@vim.org>
date Sat, 27 Mar 2021 19:15:03 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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