Why is my code coverage report is not showing the Increase and decrease #197
Answered
by
ArtiomTr
prabhasjoshi
asked this question in
Q&A
-
Currently as per this diagram -
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.
Answered by
ArtiomTr
Nov 18, 2021
Replies: 1 comment
-
Hello @prabhasjoshi, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ArtiomTr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?