view .codecov.yml @ 34941:47de9a5e08d1

Added tag v9.1.0327 for changeset 2d7721a4d21365be3413223551c3a2300deaaa4a
author Christian Brabandt <cb@256bit.org>
date Sun, 14 Apr 2024 23:00:04 +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"