Skip to content

Commit

Permalink
Trying to view the final coverage report generated at the default path
Browse files Browse the repository at this point in the history
  • Loading branch information
Rd4dev committed Jul 25, 2024
1 parent 5349d4d commit f229ed6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,8 @@ jobs:
CHANGED_FILES: ${{ env.CHANGED_FILES }}
run: |
bazel run //scripts:run_coverage -- $(pwd) $CHANGED_FILES --format=MARKDOWN
COVERAGE_REPORT=$(cat ./coverage_reports/CoverageReport.md)
echo "Coverage Report: $COVERAGE_REPORT"
# Reference: https://github.community/t/127354/7.
check_coverage_results:
Expand Down

0 comments on commit f229ed6

Please sign in to comment.