view .codecov.yml @ 24422:41cf1155ab90 v8.2.2751

patch 8.2.2751: Coverity warns for using NULL pointer Commit: https://github.com/vim/vim/commit/fed9e830fcffa90cf73dd125a27d27ed7eafbd68 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 10 21:38:38 2021 +0200 patch 8.2.2751: Coverity warns for using NULL pointer Problem: Coverity warns for using NULL pointer. Solution: Check for NULL in calling function.
author Bram Moolenaar <Bram@vim.org>
date Sat, 10 Apr 2021 21:45:03 +0200
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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