Skip to content

Commit d1b3eb0

Browse files
committed
fix: configure dynamic badge gist URLs
- Created public gists for health and code metrics storage - Updated badge URLs with actual gist IDs - Added repository secrets for workflow access - Badges will populate after first workflow runs
1 parent 7666bcb commit d1b3eb0

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
[![License](https://img.shields.io/github/license/awslabs/open-resource-broker)](LICENSE)
1010

1111
**Health & Performance:**
12-
[![Success Rate](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/awslabs/HEALTH_GIST_ID/raw/success-rate.json)](https://github.com/awslabs/open-resource-broker/actions/workflows/health-monitoring.yml)
13-
[![Avg Duration](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/awslabs/HEALTH_GIST_ID/raw/avg-duration.json)](https://github.com/awslabs/open-resource-broker/actions/workflows/health-monitoring.yml)
12+
[![Success Rate](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/fgogolli/ec3393a523fa3a6b6ff89a0636de3085/raw/success-rate.json)](https://github.com/awslabs/open-resource-broker/actions/workflows/health-monitoring.yml)
13+
[![Avg Duration](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/fgogolli/ec3393a523fa3a6b6ff89a0636de3085/raw/avg-duration.json)](https://github.com/awslabs/open-resource-broker/actions/workflows/health-monitoring.yml)
1414

1515
**Code Quality:**
16-
[![Coverage](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/awslabs/METRICS_GIST_ID/raw/coverage.json)](https://github.com/awslabs/open-resource-broker/actions/workflows/advanced-metrics.yml)
17-
[![Lines of Code](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/awslabs/METRICS_GIST_ID/raw/lines-of-code.json)](https://github.com/awslabs/open-resource-broker/actions/workflows/advanced-metrics.yml)
18-
[![Comments](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/awslabs/METRICS_GIST_ID/raw/comments.json)](https://github.com/awslabs/open-resource-broker/actions/workflows/advanced-metrics.yml)
19-
[![Test Duration](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/awslabs/METRICS_GIST_ID/raw/test-duration.json)](https://github.com/awslabs/open-resource-broker/actions/workflows/advanced-metrics.yml)
16+
[![Coverage](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/fgogolli/50bc37df3c178a0846dbd3682a71d50a/raw/coverage.json)](https://github.com/awslabs/open-resource-broker/actions/workflows/advanced-metrics.yml)
17+
[![Lines of Code](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/fgogolli/50bc37df3c178a0846dbd3682a71d50a/raw/lines-of-code.json)](https://github.com/awslabs/open-resource-broker/actions/workflows/advanced-metrics.yml)
18+
[![Comments](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/fgogolli/50bc37df3c178a0846dbd3682a71d50a/raw/comments.json)](https://github.com/awslabs/open-resource-broker/actions/workflows/advanced-metrics.yml)
19+
[![Test Duration](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/fgogolli/50bc37df3c178a0846dbd3682a71d50a/raw/test-duration.json)](https://github.com/awslabs/open-resource-broker/actions/workflows/advanced-metrics.yml)
2020

2121
A cloud provider integration plugin for IBM Spectrum Symphony Host Factory, enabling dynamic provisioning of compute resources with a REST API interface and structured architecture implementation.
2222

0 commit comments

Comments
 (0)