{% extends "cacsremoteservice/views/layouts/master.html" %} {% block secondary-nav %} {% include "cacsremoteservice/views/projects/project-header.html" with project=item tabs=tabs %} {% endblock %} {% block main %}

Delta Analysis

A Delta Analysis classifies a changeset consisting of one or more commits. The delta analysis is used to integrate CodeScene in your Continuous Integration pipeline or Code Review process as described in the documentation.

The analyses shown here are limited to 1,000 most recent ones.

{% if latest-analyses|empty? %}

This project has no delta analysis results.

{% else %} {% for analysis in latest-analyses %} {% endfor %}
Date Repository Commits
{{ analysis.repository }} {{ analysis.description }}
{% endif %}
{% comment %} Present