circle-ci-viz / README.md
ArthurZ's picture
ArthurZ HF Staff
Create README.md
8eea0da verified

A newer version of the Gradio SDK is available: 6.1.0

Upgrade
metadata
title: CircleCI Test Collection Helper Space
sdk: gradio
emoji: πŸ“Š
colorTo: gray

CircleCI Test Collection Helper Space

This directory contains the code for a Hugging Face Space hosted at transformers-community/circleci-test-collection-helper.

The Space reads aggregated CircleCI reports from the dataset transformers-community/circleci-test-results and exposes a lightweight UI to search by repository, pull request number, or commit SHA.

Environment variables

  • CIRCLECI_RESULTS_DATASET_ID (optional): override the dataset to query. Defaults to transformers-community/circleci-test-results.

Local development

pip install -r requirements.txt
python app.py

Then open the printed local Gradio URL to inspect the UI.