From d1a13a28bcb6852b52b05cf9ff9b25d1dfd67428 Mon Sep 17 00:00:00 2001 From: Hetu Nandu Date: Mon, 19 Apr 2021 14:51:04 +0530 Subject: [PATCH] Remove coverage drop failure checks (#4048) --- .github/workflows/client-build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/client-build.yml b/.github/workflows/client-build.yml index a642f67d85..b9c79b1e5c 100644 --- a/.github/workflows/client-build.yml +++ b/.github/workflows/client-build.yml @@ -103,8 +103,6 @@ jobs: with: fullCoverageDiff: false runCommand: cd app/client && REACT_APP_ENVIRONMENT=${{steps.vars.outputs.REACT_APP_ENVIRONMENT}} yarn run test:unit - # percentage of drop in coverage accepted - delta: 2 # We burn React environment & the Segment analytics key into the build itself. # This is to ensure that we don't need to configure it in each installation