view .codecov.yml @ 27583:d4921b91542c v8.2.4318

patch 8.2.4318: various comment and indent mistakes, returning wrong zero Commit: https://github.com/vim/vim/commit/54969f4ef5825205ecde09ea80f4087fc3b68e5d Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 7 13:56:44 2022 +0000 patch 8.2.4318: various comment and indent mistakes, returning wrong zero Problem: Various comment and indent mistakes, returning wrong zero. Solution: Fix the mistakes. Return NULL instead of FAIL.
author Bram Moolenaar <Bram@vim.org>
date Mon, 07 Feb 2022 15:00:05 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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