view .codecov.yml @ 26260:164db42130ec v8.2.3661

patch 8.2.3661: test for put with large count fails Commit: https://github.com/vim/vim/commit/8bc07e800c2af36686aadd4178cc2671f5c454d4 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Nov 24 14:59:17 2021 +0000 patch 8.2.3661: test for put with large count fails Problem: Test for put with large count fails. Solution: Adjust the counts in the test.
author Bram Moolenaar <Bram@vim.org>
date Wed, 24 Nov 2021 16:00:05 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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