view .codecov.yml @ 28804:12bbd8a31cac v8.2.4926

patch 8.2.4926: #ifdef for crypt feature around too many lines Commit: https://github.com/vim/vim/commit/51f0bc31d3cf512508419064faac0e5b7e52c98b Author: zeertzjq <zeertzjq@outlook.com> Date: Mon May 9 13:33:39 2022 +0100 patch 8.2.4926: #ifdef for crypt feature around too many lines Problem: #ifdef for crypt feature around too many lines. Solution: Move code outside of #ifdef. (closes https://github.com/vim/vim/issues/10388)
author Bram Moolenaar <Bram@vim.org>
date Mon, 09 May 2022 14: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"