view .codecov.yml @ 25664:8c3204d810a7 v8.2.3368

patch 8.2.3368: not all Racket files are recognized Commit: https://github.com/vim/vim/commit/9cd91a1e8816d727fbdbf0b3062288e15abc5f4d Author: Bram Moolenaar <Bram@vim.org> Date: Mon Aug 23 20:48:43 2021 +0200 patch 8.2.3368: not all Racket files are recognized Problem: Not all Racket files are recognized. Solution: Also recognize .rktl and .rktd files. (Doug Kearns)
author Bram Moolenaar <Bram@vim.org>
date Mon, 23 Aug 2021 21:00:05 +0200
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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