view .codecov.yml @ 33703:69866d3c7d63

Added tag v9.0.2086 for changeset 26a3250fa5b24fc75862b9752006817b95f4c071
author Christian Brabandt <cb@256bit.org>
date Thu, 02 Nov 2023 21:15:05 +0100
parents 0b8312c5dfe0
children
line wrap: on
line source

coverage:
  range: "80...100"
  status:
    project:
      default:
        threshold: 0.05%

comment: false

# Files not run by tests
ignore:
  - "src/dosinst.c"
  - "src/dosinst.h"
  - "src/uninstall.c"