view .codecov.yml @ 33705:f3b23d61c699

Added tag v9.0.2087 for changeset c29a8c1b4d0338b51405eb337170da25dcfab303
author Christian Brabandt <cb@256bit.org>
date Thu, 02 Nov 2023 23:00:06 +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"