view .codecov.yml @ 27883:9c04fbcaacbc v8.2.4467

patch 8.2.4467: running filetype test leaves file behind Commit: https://github.com/vim/vim/commit/0e71b7d4ce3e1210150ce772e1af6956057a71ed Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 25 17:45:04 2022 +0000 patch 8.2.4467: running filetype test leaves file behind Problem: Running filetype test leaves file behind. Solution: Delete the file.
author Bram Moolenaar <Bram@vim.org>
date Fri, 25 Feb 2022 19:00:04 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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