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