You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update coverage badge references in README.md and CONTRIBUTING.md
- Changed the coverage badge URL in `README.md` to reflect the new filename `yt-framework-coverage.json`.
- Updated step 8 in `CONTRIBUTING.md` to reference the correct coverage file name, ensuring clarity for contributors.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -282,7 +282,7 @@ Complete these steps **in order** (each step is one action):
282
282
283
283
7. Edit [README.md](README.md): in the coverage badge URL, replace **`YOUR_GIST_ID`** with the gist ID from step 3 (leave the rest of the shields.io URL unchanged).
284
284
285
-
8. Push or merge to **`main`** and confirm in **Actions** that CI succeeded; open the gist and check that **`coverage-shields.json`** shows the real percentage.
285
+
8. Push or merge to **`main`** and confirm in **Actions** that CI succeeded; open the gist and check that **`yt-framework-coverage.json`** shows the real percentage.
286
286
287
287
9. If the README badge looks stale, hard-refresh the page or wait briefly; shields.io and proxies may cache images. The badge URL includes `cacheSeconds=60` to limit caching.
0 commit comments