Remove coverage drop failure checks (#4048)

This commit is contained in:
Hetu Nandu 2021-04-19 14:51:04 +05:30 committed by GitHub
parent 1c10279945
commit d1a13a28bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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