From b6afb5ca287031c54b6a7a335673dec4522d26e4 Mon Sep 17 00:00:00 2001 From: Tim Holm Date: Tue, 18 Jul 2023 10:26:59 +1000 Subject: [PATCH] add patch target --- codecov.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 6c17028fb..b8295bc17 100644 --- a/codecov.yml +++ b/codecov.yml @@ -4,4 +4,7 @@ coverage: default: target: auto threshold: 0.1% - base: auto \ No newline at end of file + base: auto + patch: + default: + target: 0% \ No newline at end of file