diff --git a/.gitea/workflows/Quality.yaml b/.gitea/workflows/Quality.yaml index ca34032..c1686ab 100644 --- a/.gitea/workflows/Quality.yaml +++ b/.gitea/workflows/Quality.yaml @@ -18,7 +18,8 @@ jobs: name: "Build & Test" # Permissions this GitHub Action needs for other things in GitHub - permissions: write-all + permissions: + pull-requests: write runs-on: ubuntu-latest @@ -53,6 +54,7 @@ jobs: name: coverage path: ${{ github.workspace }}/Cobertura.xml retention-days: 5 + - run: ls - name: Publish Code Coverage Report uses: irongut/CodeCoverageSummary@v1.3.0 with: @@ -70,8 +72,8 @@ jobs: uses: marocchino/sticky-pull-request-comment@v2 if: github.event_name == 'pull_request' with: - recreate: true - path: code-coverage-results.md + message: | + Release ${{ github.sha }} to - name: Upload Test Result Files uses: actions/upload-artifact@v4