view .codecov.yml @ 31032:238097305e13

Added tag v9.0.0850 for changeset 467d950013a151f04e52645fdc0200c9faf5e73b
author Bram Moolenaar <Bram@vim.org>
date Thu, 10 Nov 2022 01:00:05 +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"