view .codecov.yml @ 26606:c40554dfe03e v8.2.3832

patch 8.2.3832: test fails because of changed error message Commit: https://github.com/vim/vim/commit/994a0a298bfbdd03e2eaae64268739d617080644 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 16 21:11:26 2021 +0000 patch 8.2.3832: test fails because of changed error message Problem: Test fails because of changed error message. Solution: Adjust the expected error message.
author Bram Moolenaar <Bram@vim.org>
date Thu, 16 Dec 2021 22:15:04 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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