From d55f35345ccf1e481eb33d3d172f5bd8b5b15b07 Mon Sep 17 00:00:00 2001 From: Matt LaPaglia Date: Mon, 29 Jan 2024 12:19:48 -0500 Subject: [PATCH] now report it --- .github/workflows/docker-publish.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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