view .codecov.yml @ 24602:033b43570140 v8.2.2840

patch 8.2.2840: Vim9: member operation not fully tested Commit: https://github.com/vim/vim/commit/261417b872e6449fe1ca4e7d10f1cfd9736ea453 Author: Bram Moolenaar <Bram@vim.org> Date: Thu May 6 21:04:55 2021 +0200 patch 8.2.2840: Vim9: member operation not fully tested Problem: Vim9: member operation not fully tested. Solution: Add a few tests.
author Bram Moolenaar <Bram@vim.org>
date Thu, 06 May 2021 21:15:04 +0200
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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