Skip to content

Commit a7ec99e

Browse files
Maxime Leblancclaude
andcommitted
Replace coverage badge placeholder with actual gist ID
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent cc3e6b3 commit a7ec99e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: schneegans/dynamic-badges-action@v1.7.0
3838
with:
3939
auth: ${{ secrets.GIST_TOKEN }}
40-
gistID: PLACEHOLDER_GIST_ID
40+
gistID: d72c7687b024402a96d08a3f7e684284
4141
filename: coverage-badge.json
4242
label: coverage
4343
message: "${{ steps.coverage.outputs.percent }}%"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![CI](https://github.com/MaxLeb/idfm-prim-api/actions/workflows/ci.yml/badge.svg)](https://github.com/MaxLeb/idfm-prim-api/actions/workflows/ci.yml)
44
[![Nightly Sync](https://github.com/MaxLeb/idfm-prim-api/actions/workflows/nightly-sync.yml/badge.svg)](https://github.com/MaxLeb/idfm-prim-api/actions/workflows/nightly-sync.yml)
5-
[![Coverage](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/MaxLeb/PLACEHOLDER_GIST_ID/raw/coverage-badge.json)](https://github.com/MaxLeb/idfm-prim-api/actions/workflows/ci.yml)
5+
[![Coverage](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/MaxLeb/d72c7687b024402a96d08a3f7e684284/raw/coverage-badge.json)](https://github.com/MaxLeb/idfm-prim-api/actions/workflows/ci.yml)
66
[![Python 3.12+](https://img.shields.io/badge/python-3.12%2B-blue)](https://www.python.org/)
77
[![Docs](https://img.shields.io/badge/docs-GitHub%20Pages-blue)](https://MaxLeb.github.io/idfm-prim-api/)
88
[![License: MIT](https://img.shields.io/badge/license-MIT-green)](LICENSE)

0 commit comments

Comments
 (0)