view .codecov.yml @ 24510:b5786b4de9d1 v8.2.2795

patch 8.2.2795: Coverity warns for not using return value Commit: https://github.com/vim/vim/commit/169502fb0beb7eb21f72d6c4590483c069353b53 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 21 12:19:35 2021 +0200 patch 8.2.2795: Coverity warns for not using return value Problem: Coverity warns for not using return value. Solution: Check the return value of compiling the substitute expression.
author Bram Moolenaar <Bram@vim.org>
date Wed, 21 Apr 2021 12:30:04 +0200
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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