diff --git a/.github/workflows/codecov.yaml b/.github/workflows/codecov.yaml index 1d39ce37..f7d335de 100644 --- a/.github/workflows/codecov.yaml +++ b/.github/workflows/codecov.yaml @@ -65,7 +65,7 @@ jobs: - name: Display coverage report id: coverage - run: cat .coverage.info + run: echo "summary=$(cat .coverage.info)" >> $GITHUB_OUTPUT - name: Find Code Coverage comment uses: peter-evans/find-comment@v3 @@ -87,7 +87,7 @@ jobs: Click to see the code coverage report ``` - ${{ steps.coverage.outputs.cmd_output }} + ${{ steps.coverage.outputs.summary }} ``` edit-mode: replace