view .codecov.yml @ 35791:f914516baa6e

Added tag v9.1.0615 for changeset 004a419cc521e1447288b98bc211434f91a807b2
author Christian Brabandt <cb@256bit.org>
date Thu, 25 Jul 2024 21:00:16 +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"