view .codecov.yml @ 29501:69d24e60f4f8 v9.0.0092

patch 9.0.0092: plugins cannot change v:completed_item Commit: https://github.com/vim/vim/commit/61021aa318ca4c4a6b0182ee93388b2e9b5eefba Author: Shougo Matsushita <Shougo.Matsu@gmail.com> Date: Wed Jul 27 14:40:00 2022 +0100 patch 9.0.0092: plugins cannot change v:completed_item Problem: Plugins cannot change v:completed_item. Solution: Make v:completed_item writeable. (Shougo Matsushita, closes #10801)
author Bram Moolenaar <Bram@vim.org>
date Wed, 27 Jul 2022 15:45:03 +0200
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"