From 0028368928eee99c19bc4c74dc2c3b7d446b84d1 Mon Sep 17 00:00:00 2001 From: mcmuzzle Date: Fri, 6 Feb 2026 22:24:51 +0100 Subject: [PATCH] test1 --- .gitea/workflows/Quality.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/Quality.yaml b/.gitea/workflows/Quality.yaml index d3e4d3c..d70eec8 100644 --- a/.gitea/workflows/Quality.yaml +++ b/.gitea/workflows/Quality.yaml @@ -55,12 +55,12 @@ jobs: uses: actions/upload-artifact@v3 with: name: coverage - path: ${{ github.workspace }}/Cobertura.xml + path: ${{ github.workspace }}/coverage-report/Cobertura.xml retention-days: 5 - name: Publish Code Coverage Report uses: irongut/CodeCoverageSummary@v1.3.0 with: - filename: "Cobertura.xml" + filename: "coverage-report/Cobertura.xml" badge: true fail_below_min: false # just informative for now format: markdown