view .codecov.yml @ 32422:c4d65b5da13a

Added tag v9.0.1542 for changeset 603b6dcf5f9a7b066069d4c97741c56538159030
author Bram Moolenaar <Bram@vim.org>
date Thu, 11 May 2023 19:45:04 +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"