Add better code coverage comments (#4140)
This commit is contained in:
parent
d814e780ed
commit
74a292ffda
2
.github/workflows/client-build.yml
vendored
2
.github/workflows/client-build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user