view .codecov.yml @ 34921:1647d22ace0e

Added tag v9.1.0319 for changeset 841f951ffd5e1c804289fd62388dc062d9e7e2eb
author Christian Brabandt <cb@256bit.org>
date Sun, 14 Apr 2024 19:00:13 +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"