view .codecov.yml @ 35708:636cd9a906df

Added tag v9.1.0589 for changeset 878d117d7d6bdb52182e99cc6ac8e4ffb79930a7
author Christian Brabandt <cb@256bit.org>
date Wed, 17 Jul 2024 08:13:54 +0200
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"