view .codecov.yml @ 25891:58b1c9d96ec6 v8.2.3479

patch 8.2.3479: crash when calling job_start with an invalid argument Commit: https://github.com/vim/vim/commit/7c25a7c0a129300d0632e5b99ccefdca9bf3ffa2 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Oct 5 19:19:35 2021 +0100 patch 8.2.3479: crash when calling job_start with an invalid argument Problem: Crash when calling job_start with an invalid argument. (Virginia Senioria) Solution: Clear the first item in argv. (closes #8957)
author Bram Moolenaar <Bram@vim.org>
date Tue, 05 Oct 2021 20:30:04 +0200
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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