view .codecov.yml @ 25131:ba16f025f2e2 v8.2.3102

patch 8.2.3102: test for crash fix does not fail without the fix Commit: https://github.com/vim/vim/commit/3777d6e32b22f0a70b774760c24160079e303bad Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 4 17:23:25 2021 +0200 patch 8.2.3102: test for crash fix does not fail without the fix Problem: Test for crash fix does not fail without the fix. Solution: Adjust the test sequence. (closes https://github.com/vim/vim/issues/8506)
author Bram Moolenaar <Bram@vim.org>
date Sun, 04 Jul 2021 17:30:03 +0200
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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