Skip to content

Commit

Permalink
Update README.md with | tee ./coverage.txt (#69)
Browse files Browse the repository at this point in the history
Update README.md with `| tee ./coverage.txt`
  • Loading branch information
MishaKav authored Mar 17, 2023
1 parent 41b5ca0 commit 35f93b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ The nice thing, is that will link all your files inside that commit and ability
```yaml
- name: Run tests
run: |
npx jest --coverage | tee ./coverage.txt
npx jest --coverage | tee ./coverage.txt && exit ${PIPESTATUS[0]}
- name: Jest Coverage Comment
uses: MishaKav/jest-coverage-comment@main
Expand Down

0 comments on commit 35f93b7

Please sign in to comment.