From 9faa8371ed3c3b7cb5f6e3fb9aab72292484117e Mon Sep 17 00:00:00 2001 From: Christian Date: Wed, 23 Sep 2020 18:51:44 -0700 Subject: [PATCH] update codecov threshold --- codecov.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 1a7d8a3f..a109763c 100644 --- a/codecov.yml +++ b/codecov.yml @@ -2,4 +2,5 @@ coverage: status: project: default: - target: 50% \ No newline at end of file + target: 50% + threshold: 5% \ No newline at end of file