From cdd01c51868ae43e544b7129c14fc2e956b0e5d8 Mon Sep 17 00:00:00 2001 From: Kevin Fronczak Date: Mon, 4 May 2020 14:38:47 -0400 Subject: [PATCH] Fix codecov threshold --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 631a790..aeade5e 100644 --- a/codecov.yml +++ b/codecov.yml @@ -4,7 +4,7 @@ coverage: status: project: default: - threshold: 0.02 + threshold: "2%" comment: true require_ci_to_pass: yes