view .codecov.yml @ 25753:c50b3eff7a64 v8.2.3412

patch 8.2.3412: Vim9: importing the wrong file Commit: https://github.com/vim/vim/commit/af2d5d2ce26029a47547c05be964e749bb0310d0 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 7 22:35:34 2021 +0200 patch 8.2.3412: Vim9: importing the wrong file Problem: Vim9: importing the wrong file. Solution: Correct the file name. Delete the file afterwards.
author Bram Moolenaar <Bram@vim.org>
date Tue, 07 Sep 2021 22:45:04 +0200
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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