view .codecov.yml @ 29159:25480d36bff5 v8.2.5099

patch 8.2.5099: some terminal tests are not retried Commit: https://github.com/vim/vim/commit/62eb239c1c19ff3e08e492ecf01b1246082a03ac Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 15 17:52:44 2022 +0100 patch 8.2.5099: some terminal tests are not retried Problem: Some terminal tests are not retried. Solution: Mark terminal tests as flaky.
author Bram Moolenaar <Bram@vim.org>
date Wed, 15 Jun 2022 19:00:03 +0200
parents 035fbd9bd1c6
children 0b8312c5dfe0
line wrap: on
line source

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

# Files not run by tests
ignore:
  - "src/dosinst.c"
  - "src/dosinst.h"
  - "src/uninstall.c"