view .codecov.yml @ 27241:959d6a664cfd v8.2.4149

patch 8.2.4149: test override not restored, autocommand left behind Commit: https://github.com/vim/vim/commit/ca34db3bdef7238b203386dc82b975ffdf26f839 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 20 11:17:18 2022 +0000 patch 8.2.4149: test override not restored, autocommand left behind Problem: Test override not restored, autocommand left behind. Solution: Correct restoring test override. Delete autocommand afterwards.
author Bram Moolenaar <Bram@vim.org>
date Thu, 20 Jan 2022 12:30:06 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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