view .codecov.yml @ 34362:5904297858aa

Added tag v9.1.0111 for changeset 6b9eefad14d8b35b4c6f3d3c883258e558e6fc4c
author Christian Brabandt <cb@256bit.org>
date Thu, 15 Feb 2024 00:30: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"