Template for a good new topic, formatted with Markdown:
- ALM used: GitHub
- CI system used: GitHub
General questions on SonarQube project version events. I have a GitHub repository that follows a regular release cadence and creates releases in GitHub. The SQ New Code Definition is set to Previous Version
as recommended for projects doing releases. We are seeing quality gate failures on PRs due to inadequate code coverage on files not modified in the PR. In reviewing the project activity the last version event is quite outdated (1/31/25).
What triggers the creation of a version event? Is there some integration that needs to be built to keep this in sync with GitHub releases? Any docs or best practices on this topic?