view .codecov.yml @ 28023:146817021fc3 v8.2.4536

patch 8.2.4536: debugger test fails when breaking on expression Commit: https://github.com/vim/vim/commit/cf6662082f89de3458c69c4390055ab99aa7dd22 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 10 13:29:20 2022 +0000 patch 8.2.4536: debugger test fails when breaking on expression Problem: Debugger test fails when breaking on expression. Solution: Compare strings with "==" instead of "is".
author Bram Moolenaar <Bram@vim.org>
date Thu, 10 Mar 2022 14:30:03 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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