view .codecov.yml @ 34390:d76c09e018a1

Added tag v9.1.0121 for changeset 8b0e390b61fe8c7f2f6740b25f552b0a4769da3c
author Christian Brabandt <cb@256bit.org>
date Wed, 21 Feb 2024 19:45:08 +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"