From 5f2db2bdc27ec88115930648da5d91e5acae7f0b Mon Sep 17 00:00:00 2001 From: Dante Soares Date: Mon, 22 Feb 2021 17:24:35 -0600 Subject: [PATCH 1/2] Added x86_64-linux to Gemfile.lock --- Gemfile.lock | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 89513061..dcbe4642 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -227,6 +227,7 @@ GEM transaction_isolation transaction_retry libv8 (8.4.255.0) + libv8 (8.4.255.0-x86_64-linux) listen (3.4.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) @@ -263,6 +264,8 @@ GEM nokogiri (1.11.1) mini_portile2 (~> 2.5.0) racc (~> 1.4) + nokogiri (1.11.1-x86_64-linux) + racc (~> 1.4) nokogumbo (2.0.4) nokogiri (~> 1.8, >= 1.8.4) oauth2 (1.4.4) @@ -510,6 +513,7 @@ GEM PLATFORMS ruby + x86_64-linux DEPENDENCIES activerecord-import @@ -588,4 +592,4 @@ DEPENDENCIES web-console BUNDLED WITH - 2.1.2 + 2.2.6 From 1736241bdb70c5c214f29b9fafa7505f4c6343b9 Mon Sep 17 00:00:00 2001 From: Dante Soares Date: Mon, 22 Feb 2021 17:33:31 -0600 Subject: [PATCH 2/2] Removed hard codecov thresholds --- .codecov.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index ab0391b1..4229093e 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -62,11 +62,11 @@ coverage: project: # measuring the overall project coverage default: # context, you can create multiple ones with custom titles # enabled: yes # must be yes|true to enable this status - target: 90% # specify the target coverage for each commit status + target: auto # specify the target coverage for each commit status # # option: "auto" (must increase from parent commit or pull request base) # # option: "X%" a static target percentage to hit # branches: # -> see "branch patterns" below - threshold: 1% # allowed to drop X% and still result in a "success" commit status + threshold: 5% # allowed to drop X% and still result in a "success" commit status # if_no_uploads: error # will post commit status of "error" if no coverage reports we uploaded # # options: success, error, failure # if_not_found: success # if parent is not found report status as success, error, or failure @@ -77,9 +77,9 @@ coverage: # adjusted are covered at least X%. default: # enabled: yes # must be yes|true to enable this status - target: 60% # specify the target "X%" coverage to hit + target: auto # specify the target "X%" coverage to hit # branches: null # -> see "branch patterns" below - threshold: 2% # allowed to drop X% and still result in a "success" commit status + threshold: 10% # allowed to drop X% and still result in a "success" commit status # if_no_uploads: error # will post commit status of "error" if no coverage reports we uploaded # # options: success, error, failure # if_not_found: success