view .codecov.yml @ 25814:dd4e86558836 v8.2.3442

patch 8.2.3442: Vim9: || and && are not handled at compile time Commit: https://github.com/vim/vim/commit/1a7ee4dd115329052670d7af176341bd09c9dc5a Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 16 16:15:07 2021 +0200 patch 8.2.3442: Vim9: || and && are not handled at compile time Problem: Vim9: || and && are not handled at compile time when possible. Solution: When using constants generate fewer instructions.
author Bram Moolenaar <Bram@vim.org>
date Thu, 16 Sep 2021 16:30:06 +0200
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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