view .codecov.yml @ 32040:4c2973999f32

Added tag v9.0.1351 for changeset f08ee1b65dbfe56f507d23746d3dbadaea3ca4d2
author Bram Moolenaar <Bram@vim.org>
date Fri, 24 Feb 2023 17:15:06 +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"