diff --git a/.github/workflows/client-build.yml b/.github/workflows/client-build.yml index b9c79b1e5c..396b2be215 100644 --- a/.github/workflows/client-build.yml +++ b/.github/workflows/client-build.yml @@ -99,7 +99,7 @@ jobs: - name: Run the jest tests if: github.event_name == 'pull_request' - uses: hetunandu/Jest-Coverage-Diff@fix/new-delete-file + uses: hetunandu/Jest-Coverage-Diff@feature/better-report-comments with: fullCoverageDiff: false runCommand: cd app/client && REACT_APP_ENVIRONMENT=${{steps.vars.outputs.REACT_APP_ENVIRONMENT}} yarn run test:unit diff --git a/app/client/README.md b/app/client/README.md index 0ae785bd51..2a275ea504 100755 --- a/app/client/README.md +++ b/app/client/README.md @@ -7,4 +7,3 @@ This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). For details on setting up your development machine, please refer to the [Setup Guide](https://github.com/appsmithorg/appsmith/blob/release/contributions/ClientSetup.md) -