view .codecov.yml @ 34121:6371a07f5e83

Added tag v9.1.0024 for changeset 7d9358937eb9239149e46450452deed1c8ad5167
author Christian Brabandt <cb@256bit.org>
date Fri, 12 Jan 2024 18:15:03 +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"