Skip to main content

Table of Contents


Repository Setup

Add a Repository

Enter the URL of your GitHub repository and click + Add Repository to register it. Add a Repository

After Registration

Once registered, you will be taken to a screen where you can select a branch and commit to start the analysis. After Registration

Running Analysis

Start Analysis

Select a branch and commit, then click Start Analysis to run the analysis on your repository. Start Analysis When the analysis is complete, the following two items are generated.

Summary

A summary and description of the repository’s code is automatically generated based on its contents. Summary

Runs

A list of executable entry points found in the repository is generated. Each entry point includes a description, CLI options, and compute environment settings, and can be run directly via the Run button. Runs

Running Code

Entry Point Card

Select the entry point card you want to run from the Runs list. Each card displays the entry point description and its run configuration. Entry Point Card

Modify Run Config

Expand Run Config to change CLI option values and select the compute environment (Compute Type). Modify Run Config

Run

Once the configuration is ready, click the Run button to start execution. Run

Monitor Execution

When execution starts, a new Run is added to the Runs list at the bottom of the card. The status is updated in real time while running. Monitor Execution

Execution Details

Click on a running Run to view the experiment settings, standard output, and standard error in real time. Execution Details

View Results

When execution is complete, the status changes to Completed and the results are shown in the standard output. View Results