view .codecov.yml @ 26109:efc174960b10 v8.2.3587

patch 8.2.3587: compiler test fails with backslash file separator Commit: https://github.com/vim/vim/commit/0a15c7676bccb0c9483579106318e785c6e40a7f Author: Bram Moolenaar <Bram@vim.org> Date: Fri Nov 12 16:09:54 2021 +0000 patch 8.2.3587: compiler test fails with backslash file separator Problem: Compiler test fails with backslash file separator. Solution: Accept slash and backslash.
author Bram Moolenaar <Bram@vim.org>
date Fri, 12 Nov 2021 17:15:05 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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