Skip to content

Commit

Permalink
Adding missing output call in the retrieval of the outputs in the upl…
Browse files Browse the repository at this point in the history
…oad coverage report job
  • Loading branch information
Rd4dev committed Jul 25, 2024
1 parent 13c27a9 commit ab0c9ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ jobs:
steps:
- name: Coverage Report
run: |
COVERAGE_REPORT=${{ needs.code_coverage_run.coverage_report }}
COVERAGE_REPORT=${{ needs.code_coverage_run.outputs.coverage_report }}
echo "Coverage Report: $COVERAGE_REPORT"
COVERAGE_REPORT_ENV=${{ env.COVERAGE_REPORT_ENV }}
echo "Coverage Report Env: $COVERAGE_REPORT_ENV"
Expand Down

0 comments on commit ab0c9ad

Please sign in to comment.