From 8e86086ca554d63e80e60cf709eec5c0012e7a24 Mon Sep 17 00:00:00 2001 From: mcmuzzle Date: Fri, 6 Feb 2026 22:17:49 +0100 Subject: [PATCH] test1 --- .gitea/workflows/Quality.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitea/workflows/Quality.yaml b/.gitea/workflows/Quality.yaml index 4e1fc7a..14dcc35 100644 --- a/.gitea/workflows/Quality.yaml +++ b/.gitea/workflows/Quality.yaml @@ -44,12 +44,6 @@ jobs: tag: "${{ github.run_number }}_${{ github.run_id }}" # Optional tag or build version. customSettings: "" # Optional custom settings (separated by semicolon). See: https://github.com/danielpalme/ReportGenerator/wiki/Settings. toolpath: "reportgeneratortool" # Default directory for installing the dotnet tool. - - name: Upload coverage report (debug) - uses: actions/upload-artifact@v3 - with: - name: coverage-report - path: coverage-report/ - if-no-files-found: error - name: Upload coverage via SSH uses: appleboy/scp-action@v1 with: