view .codecov.yml @ 34225:38c766478a58

runtime(hurl): add hurl filetype plugin(#13921) Commit: https://github.com/vim/vim/commit/772f8f5425132b133a1d0fb22b35c13b4e027b42 Author: Melker Ulander <melker.ulander@pm.me> Date: Sat Jan 27 11:26:14 2024 +0100 runtime(hurl): add hurl filetype plugin(https://github.com/vim/vim/issues/13921) Signed-off-by: Melker Ulander <melker.ulander@pm.me> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sat, 27 Jan 2024 11:30:10 +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"