From feda95b026d3820e824180e3dbe022a79b5a4ded Mon Sep 17 00:00:00 2001 From: Dave Corson-Knowles Date: Sun, 13 Oct 2024 04:11:02 -0700 Subject: [PATCH 1/2] Update .simplecov Require full line coverage --- .simplecov | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.simplecov b/.simplecov index c09a9b47f..f039d5d74 100644 --- a/.simplecov +++ b/.simplecov @@ -2,7 +2,7 @@ SimpleCov.start do enable_coverage :branch - minimum_coverage line: 99.60, branch: 94.77 + minimum_coverage line: 100, branch: 96.39 add_filter '/spec/' add_filter '/vendor/bundle/' end From 94a509d7bc651668d5a505322df88887540effe2 Mon Sep 17 00:00:00 2001 From: Benjamin Quorning Date: Sat, 26 Oct 2024 10:54:41 +0200 Subject: [PATCH 2/2] Increase branch coverage value --- .simplecov | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.simplecov b/.simplecov index f039d5d74..91dedc280 100644 --- a/.simplecov +++ b/.simplecov @@ -2,7 +2,7 @@ SimpleCov.start do enable_coverage :branch - minimum_coverage line: 100, branch: 96.39 + minimum_coverage line: 100, branch: 96.79 add_filter '/spec/' add_filter '/vendor/bundle/' end