view .codecov.yml @ 23636:334012f134f8 v8.2.2360

patch 8.2.2360: test leaves file behind Commit: https://github.com/vim/vim/commit/a3b494d6afa79aedce42fa4ecc7ef0dbae79e37e Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 16 13:43:31 2021 +0100 patch 8.2.2360: test leaves file behind Problem: Test leaves file behind. Solution: Delete the right file. (Dominique Pell?, closes https://github.com/vim/vim/issues/7689)
author Bram Moolenaar <Bram@vim.org>
date Sat, 16 Jan 2021 13:45:04 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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