view .codecov.yml @ 31513:2536ffb8fc37 v9.0.1089

patch 9.0.1089: unnessary assignment Commit: https://github.com/vim/vim/commit/c53e7904b9ac559c7ad6e3acb136027d10aed54e Author: Luuk van Baal <luukvbaal@gmail.com> Date: Fri Dec 23 12:17:33 2022 +0000 patch 9.0.1089: unnessary assignment Problem: unnessary assignment Solution: Remove the assignment. (Luuk van Baal, closes https://github.com/vim/vim/issues/1136)
author Bram Moolenaar <Bram@vim.org>
date Fri, 23 Dec 2022 13:30:03 +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"