view .codecov.yml @ 27849:efbce802c0df v8.2.4450

patch 8.2.4450: list sort test fails Commit: https://github.com/vim/vim/commit/2afeb408310f4f0185ce5eec079b51a3fe415a33 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 22 22:17:00 2022 +0000 patch 8.2.4450: list sort test fails Problem: List sort test fails. Solution: Pass a valid "how" argument.
author Bram Moolenaar <Bram@vim.org>
date Tue, 22 Feb 2022 23:30:02 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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