From 94100940c2107477d94046e23913414ca0a175db Mon Sep 17 00:00:00 2001 From: mcmuzzle Date: Mon, 26 Aug 2024 14:39:51 +0200 Subject: [PATCH] suite2 --- .gitea/workflows/Quality.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitea/workflows/Quality.yaml b/.gitea/workflows/Quality.yaml index eb00649..b4eddfe 100644 --- a/.gitea/workflows/Quality.yaml +++ b/.gitea/workflows/Quality.yaml @@ -65,6 +65,12 @@ jobs: indicators: true output: both thresholds: "10 30" + - name: Add Coverage PR Comment + uses: marocchino/sticky-pull-request-comment@v1 + if: github.event_name == 'pull_request' + with: + recreate: true + path: code-coverage-results.md - name: Upload Test Result Files uses: actions/upload-artifact@v3 with: