From 5fcffde8e2cde0ee7cdc5d6a23cba8a0794e129c Mon Sep 17 00:00:00 2001 From: Daniel Jaglowski Date: Tue, 8 Jun 2021 18:50:49 -0400 Subject: [PATCH] Temporarily reduce codecov target (#169) I would like to get #157 merged in, but the changes are almost entirely difficult to test error cases. I'm not suggesting that these are unimportant, but that there are more important things to do right now. We can set this higher later, and increase coverage over time. --- .github/codecov.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/codecov.yaml b/.github/codecov.yaml index 5960f02bd2d5..814cc9703473 100644 --- a/.github/codecov.yaml +++ b/.github/codecov.yaml @@ -11,10 +11,10 @@ coverage: status: project: default: - target: auto + target: 40% threshold: 0.5% comment: layout: "reach,diff,flags,tree" behavior: default - require_changes: yes \ No newline at end of file + require_changes: yes