From ec476bb9d60cc5a9fb0668aaa181b5b1475c19f4 Mon Sep 17 00:00:00 2001 From: Kevin Fronczak Date: Wed, 6 May 2020 11:19:45 -0400 Subject: [PATCH] quick codecov threshold fix...maybe --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index aeade5e..abe7a21 100644 --- a/codecov.yml +++ b/codecov.yml @@ -4,7 +4,7 @@ coverage: status: project: default: - threshold: "2%" + threshold: 2% comment: true require_ci_to_pass: yes