From a6fe9db91e2907778a719ed161e81f44390ab2ae Mon Sep 17 00:00:00 2001 From: mcmuzzle Date: Mon, 9 Feb 2026 10:34:43 +0100 Subject: [PATCH] pr number --- .gitea/workflows/Quality.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/Quality.yaml b/.gitea/workflows/Quality.yaml index 97b538d..38e706e 100644 --- a/.gitea/workflows/Quality.yaml +++ b/.gitea/workflows/Quality.yaml @@ -50,7 +50,8 @@ jobs: password: "password" port: 2222 source: "${{ github.workspace }}/coverage-report/*" - target: "/config/${{ github.event.pull_request.number }}" + target: "/config/docs/${{ github.event.pull_request.number }}" + strip_components: 1 - name: Upload Combined Coverage XML uses: actions/upload-artifact@v3 with: