view .codecov.yml @ 34630:250793f9b574

NSIS: Update nsis installer and nsis docs (#14256) Commit: https://github.com/vim/vim/commit/51c94b650632f17f23efba1de928442d3e859b7d Author: Restorer <69863286+RestorerZ@users.noreply.github.com> Date: Sun Mar 24 09:41:18 2024 +0000 NSIS: Update nsis installer and nsis docs (https://github.com/vim/vim/issues/14256) Signed-off-by: RestorerZ <restorer@mail2k.ru> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 24 Mar 2024 10:45: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"