view .codecov.yml @ 32780:36c49f10843b v9.0.1706

patch 9.0.1706: typos in the xxd manpage Commit: https://github.com/vim/vim/commit/02551c9de0895dbe9105bd577e59c1fdde44355a Author: Matthias Braun <mb720@users.noreply.github.com> Date: Sun Aug 13 19:20:35 2023 +0200 patch 9.0.1706: typos in the xxd manpage Problem: typos in the xxd manpage Solution: Fix typos and formatting closes: #12645 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Matthias Braun <mb720@users.noreply.github.com>
author Christian Brabandt <cb@256bit.org>
date Sun, 13 Aug 2023 19:30:02 +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"