Hi @riu.daineko,
Apologies for the delay on this. I’m seeing the following in your log file:
INFO: SCM collecting changed files in the branch
WARN: No merge base found between HEAD and refs/remotes/origin/master
INFO: SCM collecting changed files in the branch (done) | time=215ms
which makes me suspect you’re seeing something similar to this thread where (in a GitHub context rather than GitLab) SonarQube is not able to determine what are new files. To check this:
- Can you go to the Code tab of the PR analysis in SonarQube and check the files there. Do you see
consul.py
?
Is there anything special about the way you’re configuring GitLabCI to check out your branches?
Regards,
Cameron.