diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 01753c4..fb37e85 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -49,5 +49,14 @@ jobs: with: filename: ./coverage/cobertura-coverage.xml badge: true - thresholds: '40 80' - + format: "markdown" + thresholds: "40 80" + output: "both" + + - 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 +