From c1006cc9a82c12d9184f75a370321130ddeb6ced Mon Sep 17 00:00:00 2001 From: Toby Jaffey Date: Sun, 14 Dec 2025 02:51:12 +0000 Subject: [PATCH] Badge dir --- .github/workflows/build.yml | 4 ++-- test/Makefile | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 36d3cf2..43b8a8b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,8 +57,8 @@ jobs: - name: Upload Artifact uses: actions/upload-pages-artifact@v3 with: - path: uvm32/test/badge.svg - name: badge.svg + path: uvm32/test/badge + name: badge - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4 diff --git a/test/Makefile b/test/Makefile index c5d11a8..3d2dae1 100644 --- a/test/Makefile +++ b/test/Makefile @@ -24,7 +24,8 @@ all: ci: @${GCOVRCMD} - curl "https://img.shields.io/badge/Code%20Coverage-${PERC}25-success?style=flat" > badge.svg + mkdir -p badge + curl "https://img.shields.io/badge/Code%20Coverage-${PERC}25-success?style=flat" > badge/badge.svg clean: ${CLEANCMD} true