view .codecov.yml @ 33512:ce6568aa4da2

Added tag v9.0.2004 for changeset c43ce1f8020bb63863f6cdc84492473c7d0b6626
author Christian Brabandt <cb@256bit.org>
date Mon, 09 Oct 2023 08:30:07 +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"