File size: 930 Bytes
8eea0da
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
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`](https://huggingface.co/spaces/transformers-community/circleci-test-collection-helper).

The Space reads aggregated CircleCI reports from the dataset
[`transformers-community/circleci-test-results`](https://huggingface.co/datasets/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

```bash
pip install -r requirements.txt
python app.py
```

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