view .codecov.yml @ 34421:4c9dbb34c398

Added tag v9.1.0133 for changeset c5a945f7f3da081aaab1559c271bc29a25bea106
author Christian Brabandt <cb@256bit.org>
date Sat, 24 Feb 2024 14:45:04 +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"