view .codecov.yml @ 31785:2f3957acccad

Added tag v9.0.1224 for changeset 6377d791dcd18a9d1c8926fa824dbef521ee6ae8
author Bram Moolenaar <Bram@vim.org>
date Fri, 20 Jan 2023 21:01:46 +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"