GitHub workflow

Integrating the Diffblue Cover Action into your CI/CD pipeline supports the software development workflow to provide AI automation of unit tests. The following provides an illustrative development workflow, with and without Cover Pipeline for GitHub, covering key steps to illustrate differences in workflow.

Without Cover Pipeline for GitHubWith Cover Pipeline for GitHub

A Java project with manually written tests.

A Java project with an AI created Java Unit Test Suite.

A software developer makes a code change and manually updates the associated unit tests.

A software developer makes a code change - no manual unit test update is needed.

After a pull request, the code change and unit test change are manually reviewed.

After a pull request, the Diffblue Test Suite is automatically updated, and the code change and unit test change are reviewed. The test diff assists with catching regressions and bugs.

After passing code review, the updated code and associated unit tests are merged.

After passing code review, the updated code and associated unit tests are merged.

Last updated