view .codecov.yml @ 36219:9b708033245e

Added tag v9.1.0750 for changeset 77cb935e96c060db61309b4dbb08288699723ef9
author Christian Brabandt <cb@256bit.org>
date Mon, 30 Sep 2024 19:45:19 +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"