From d9ff51bb3978f8447114c191991536e26dc26d84 Mon Sep 17 00:00:00 2001 From: Matei Radu Date: Fri, 5 Jul 2024 22:23:34 +0200 Subject: [PATCH] Fix typos in codecov.yml --- codecov.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/codecov.yml b/codecov.yml index 0ab2498..cae74b2 100644 --- a/codecov.yml +++ b/codecov.yml @@ -6,11 +6,11 @@ coverage: project: default: target: auto - threshould: 20 # Project is still small so high variations can still happen. - project: + threshold: 20 # Project is still small so high variations can still happen. + patch: default: target: auto - threshould: 20 # Project is still small so high variations can still happen. + threshold: 20 # Project is still small so high variations can still happen. comment: layout: "diff, files, components"