view .codecov.yml @ 26412:40f6330abc2c v8.2.3737

patch 8.2.3737: test fails without the 'autochdir' option Commit: https://github.com/vim/vim/commit/8dea145e39a2569153cb63487d3403a46a882189 Author: Dominique Pelle <dominique.pelle@gmail.com> Date: Sat Dec 4 15:12:40 2021 +0000 patch 8.2.3737: test fails without the 'autochdir' option Problem: Test fails without the 'autochdir' option. Solution: Check that the option is available. (Dominique Pell?, closes https://github.com/vim/vim/issues/9272)
author Bram Moolenaar <Bram@vim.org>
date Sat, 04 Dec 2021 16:15:04 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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