jest-coverage-report-action: Dont work test-script with jest --changedSince
Describe a bug
The test-script command does not work with this example.
yarn jest --changedSince=origin/master
Because it can’t work with this command. Could you help me with this, what would be the best solution. Thank you so much
Expected behavior
For it to work with this type of command, the expected behavior is to perform the tests only for specific files.
Details
-
Action version:
-
OS, where your action is running (windows, linux):
-
action.yml file
```yml # Insert your action.yml file here. Don't forget to remove all sensitive information (e.g. tokens) ```
-
Screenshots
<!-- If you encounter an incorrect coverage comment display, replace this comment with screenshot --> <!-- If your action unexpectedly fails, please replace this comment with a screenshot of your console -->
Additional context
About this issue
- Original URL
- State: open
- Created a year ago
- Comments: 17 (5 by maintainers)
Thank you very much if it works, I’ll keep testing. Really thank you very much for the help. @ArtiomTr
Thanks for your help, I did it with the first step that you showed and it worked for me, although it does coverage with more files, it worked for me that way.
Thank you for taking the time to help me and offer some alternatives as soon as I code. 😃
Thank you very much for the help, really thanks for taking the time to analyze the code and find improvements. This interests me a lot since I am implementing your action and I found it very interesting. Thank you very much for the help.
@CarlFMateus try this workflow: