Remove coverage drop failure checks (#4048)
This commit is contained in:
parent
1c10279945
commit
d1a13a28bc
2
.github/workflows/client-build.yml
vendored
2
.github/workflows/client-build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user