view .codecov.yml @ 32987:2129fe5a2666

runtime(todo): Update todo.txt to remove recently addressed issues (#12910) Commit: https://github.com/vim/vim/commit/e750f8c330bc28ee9f3b7dce06481311a090972f Author: Yegappan Lakshmanan <4298407+yegappan@users.noreply.github.com> Date: Thu Aug 24 07:07:05 2023 -0700 runtime(todo): Update todo.txt to remove recently addressed issues (https://github.com/vim/vim/issues/12910) Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Thu, 24 Aug 2023 16:15:04 +0200
parents 035fbd9bd1c6
children 0b8312c5dfe0
line wrap: on
line source

coverage:
  range: "80...100"
  status:
    project:
      default:
        threshold: 0.05%

# Files not run by tests
ignore:
  - "src/dosinst.c"
  - "src/dosinst.h"
  - "src/uninstall.c"