view .codecov.yml @ 34428:9054ef2e4642

Added tag v9.1.0136 for changeset 2c0b188225109cad3186b81b19413eb7e9e75169
author Christian Brabandt <cb@256bit.org>
date Sun, 25 Feb 2024 08:45:08 +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"