view .codecov.yml @ 26055:109e9272cd5c v8.2.3561

patch 8.2.3561: cscope has a complicated way of giving an error message Commit: https://github.com/vim/vim/commit/3c5904d2a5d7861c227a4c3cd4ddcbc51014c838 Author: James McCoy <jamessan@jamessan.com> Date: Sun Oct 24 14:50:07 2021 +0100 patch 8.2.3561: cscope has a complicated way of giving an error message Problem: Cscope has a complicated way of giving an error message. Solution: Use semsg(). (James McCoy, closes https://github.com/vim/vim/issues/9038)
author Bram Moolenaar <Bram@vim.org>
date Sun, 24 Oct 2021 16:00:07 +0200
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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