diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 3d18ee1..5952674 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -81,6 +81,13 @@ jobs: output: both thresholds: '0 80' + - name: Add Coverage PR Comment + uses: marocchino/sticky-pull-request-comment@v2 + if: github.event_name == 'pull_request' + with: + recreate: true + path: code-coverage-results.md + windows-build-push: needs: build runs-on: ubuntu-latest