Closed rob94110 closed 5 months ago
Hi Rob, so far, the action will always fail if there is no baseline coverage to compare to (like in your case). What you can do is to merge changes already that will collect and upload these on the target branch. Then in a second step you can enable the coverage report.
Thanks! Looks like it's working now.
@rob94110 I am getting the same error as you. What did you end up doing to solve it? cc: @fgrosse
Hi Vishal, I commented out the code_coverage
part of the action and then merged the pull request. And then I uncommented it and did a second pull request.
The action is failing for me, apparently because there are no artifacts available in the target branch (not surprising because this is the first attempt to run it).
Is there some set up/configuration step that I've missed?
Thanks,
Rob.