From 9baabc205a0c260c6c38810478d0bcede7597b71 Mon Sep 17 00:00:00 2001 From: Duncan Tourolle Date: Sat, 7 Jun 2025 16:25:04 +0200 Subject: [PATCH] trying again with badge --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ab21410..5f24931 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ | Badge | Description | |-------|-------------| -| ![Test Coverage](https://gitea.tourolle.paris/dtourolle/pyWebLayout/actions/artifacts/coverage-reports/coverage-57c927e.svg) | **Test Coverage** - Percentage of code covered by unit tests | -| ![Documentation Coverage](https://gitea.tourolle.paris/dtourolle/pyWebLayout/actions/artifacts/coverage-reports/coverage-docs-57c927e.svg) | **Documentation Coverage** - Percentage of code with docstrings | +| ![Test Coverage](https://gitea.tourolle.paris/dtourolle/pyWebLayout/actions/runs/latest/artifacts/coverage-reports/coverage-8236ee7.svg) | **Test Coverage** - Percentage of code covered by unit tests | +| ![Documentation Coverage](https://gitea.tourolle.paris/dtourolle/pyWebLayout/actions/runs/latest/artifacts/coverage-reports/coverage-docs-8236ee7.svg) | **Documentation Coverage** - Percentage of code with docstrings | | ![Build Status](./build-status.svg) | **Build Status** - Current CI/CD pipeline status | | ![License](https://img.shields.io/badge/license-MIT-blue.svg) | **License** - Project licensing information | A Python library for HTML-like layout and rendering.