view .codecov.yml @ 36224:d173ee91556b

Added tag v9.1.0752 for changeset f6ea99828a45b17bd8d08ba16f8652f131ab5f7d
author Christian Brabandt <cb@256bit.org>
date Tue, 01 Oct 2024 19:45:06 +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"