view .codecov.yml @ 33785:e214c3c60b1c

Added tag v9.0.2112 for changeset 872c07d5befe549c18d8ff37e851f483112cee7e
author Christian Brabandt <cb@256bit.org>
date Thu, 16 Nov 2023 22:15:16 +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"