Delta Analysis: CI/CD and Pull Request Integration

{{view-context}}/projects/{{item.id}}/delta-analysis
Trigger a Delta Analysis by POSTing a request to this endpoint as described in the documentation.

A regular expression that specifies which source branches to exclude from the analysis. For example, release excludes all branches that have the word release in their name.
Specifies minimal temporal coupling for the "Absence of Expected Change Pattern" warning.
If the branch PR is merging into is not the repository's main/master branch, don't run delta analysis.
CodeScene can integrate with your Pull Requests and provide an automated code health check and recommend a review level based on the predicted risk. By default, CodeScene only comments on PRs when having something specific to say, positive or negative. Enabling this checkbox makes CodeScene always comment on all PRs.
{% if delta-review-level %}
When enabled, CodeScene will recommend a review level based on risk. A detailed code review will be recommended on any PRs that have a higher probability for defects. Read more about CodeScene's review recommendations here.
{% endif %}