view .codecov.yml @ 32023:e8325653b814 v9.0.1343

patch 9.0.1343: check for OSC escape sequence doesn't work Commit: https://github.com/vim/vim/commit/3451789f58b24d48fc97301a01a8d27bd154caf5 Author: Johan Mattsson <39247600+mjunix@users.noreply.github.com> Date: Thu Feb 23 12:46:04 2023 +0000 patch 9.0.1343: check for OSC escape sequence doesn't work Problem: Check for OSC escape sequence doesn't work. Solution: Move square bracket to the right place. (Johan Mattsson, closes #12048)
author Bram Moolenaar <Bram@vim.org>
date Thu, 23 Feb 2023 14:00:04 +0100
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"