Issue: A test coverage was uploaded, but not for default branch. Check your CI logs to confirm that a coverage payload was successfully sent to CodeClimate
I have uploaded the code coverage to the Code Climate UI. I created the PR from a feature branch pointing to main(default branch). Now, on the Repo overview page where the Codebase summary is present, I’m able to see an empty code coverage(refer attached image) & a label associated with it.
Label: A test coverage was uploaded, but not for default branch (main). Check your CI logs to confirm that a coverage payload was successfully sent to Code Climate.
Now, What should I have to do so that I can see the Test coverage values on this screen(Code Summary). Do I have to merge the PR?