view .codecov.yml @ 23740:9b55c60f9d52 v8.2.2411

patch 8.2.2411: profile test fails on MS-Windows Commit: https://github.com/vim/vim/commit/98989a00145cc4f5783bcc12a2968a2f716eabb9 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 26 12:06:30 2021 +0100 patch 8.2.2411: profile test fails on MS-Windows Problem: Profile test fails on MS-Windows. Solution: Do the profiling in a separate Vim command.
author Bram Moolenaar <Bram@vim.org>
date Tue, 26 Jan 2021 12:15:04 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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