Why is my code coverage report is not showing the Increase and decrease #197
-
Currently as per this diagram - https://github.com/ArtiomTr/jest-coverage-report-action/blob/master/img/Rejected-PR-screenshot.png
But when I integrate with it - it's not showing it to me. i'm using the latest version and this is what my yml file looks like:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello @prabhasjoshi, |
Beta Was this translation helpful? Give feedback.
Hello @prabhasjoshi,
Looks like you're using
coverage-file
as well asbase-coverage-file
. By specifying these two options, you're telling the action, that coverage collection logic should be skipped, and read from specified files. Could you please make sure that your./coverage/report.json
file as well as./coverage/master-report.json
contain two different reports?