diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml index 1c525a05b3c..f6e17ca1e0c 100644 --- a/.github/workflows/code_coverage.yml +++ b/.github/workflows/code_coverage.yml @@ -304,6 +304,7 @@ jobs: COVERAGE_STATUS=$(cat ./coverage_reports/CoverageStatus.log) echo "Coverage Report: $COVERAGE_REPORT" echo "Coverage Status: $COVERAGE_STATUS" + echo "COVERAGE_REPORT_ENV=$COVERAGE_REPORT_ENV" >> $GITHUB_ENV echo "::set-output name=coverage_report:: $COVERAGE_REPORT" echo "::set-output name=coverage_status:: $COVERAGE_STATUS" @@ -320,6 +321,8 @@ jobs: run: | COVERAGE_REPORT=${{ needs.code_coverage_run.coverage_report }} echo "Coverage Report: $COVERAGE_REPORT" + COVERAGE_REPORT_ENV=${{ env.COVERAGE_REPORT_ENV }} + echo "Coverage Report Env: $COVERAGE_REPORT_ENV" # - name: Add comment # uses: peter-evans/create-or-update-comment@v4 # with: