view .codecov.yml @ 31906:9fc3b3928ad5 v9.0.1285

patch 9.0.1285: various small problems Commit: https://github.com/vim/vim/commit/a9a6b0323ea3dc5e4d11d28e7c9ae3534e02ee54 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 5 18:00:42 2023 +0000 patch 9.0.1285: various small problems Problem: Various small problems. Solution: Adjust white space and comments.
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 Feb 2023 19:15: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"