From 4409e7998ce4e62b86dc4ce93c05cf533f17aa1e Mon Sep 17 00:00:00 2001 From: CactusPuppy Date: Thu, 4 Mar 2021 22:28:29 -0800 Subject: [PATCH] Revert "Allow coverage to drop by a small threshold without failing CI" Small changes in coverage may be indicative of a larger issue with unintentional changes in behavior. Thus, reverting the threshold change. This reverts commit 247beb172b8aa0dbea3dd85a62ed9e25774f8875. --- .codecov.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index 9c6a4c0d..db247200 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,6 +1 @@ -coverage: - status: - project: - default: - threshold: 0.5% comment: off