view .codecov.yml @ 30001:6c1a9d7a931f v9.0.0338

patch 9.0.0338: return value of list_append_list() not always checked Commit: https://github.com/vim/vim/commit/9ba6194d4cba60fec4ed10c33d2d4fbe6e38c696 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 31 11:25:06 2022 +0100 patch 9.0.0338: return value of list_append_list() not always checked Problem: Return value of list_append_list() not always checked. Solution: Check return value and handle failure.
author Bram Moolenaar <Bram@vim.org>
date Wed, 31 Aug 2022 12:30:06 +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"