Skip to content

Commit

Permalink
Retriggering after removing commented liens
Browse files Browse the repository at this point in the history
  • Loading branch information
Rd4dev committed Aug 11, 2024
1 parent 2b538dc commit 77fb7f6
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -296,29 +296,10 @@ jobs:
echo "build --disk_cache=$EXPANDED_BAZEL_CACHE_PATH" >> $HOME/.bazelrc
shell: bash

# - name: Generate Markdown Coverage Report
# run: |
# echo "PB FILES: ${PB_FILES_LIST[@]}"
# bazel run //scripts:coverage_reporter -- $(pwd) ${PB_FILES_LIST[@]}

# - name: Generate Markdown Coverage Report2
# run: |
# FILE_PATHS=$(printf "%s " "${PB_FILES_LIST[@]}")
# echo "File Paths: $FILE_PATHS"
# bazel run //scripts:coverage_reporter -- $(pwd) $FILE_PATHS

- name: Generate Markdown Coverage Report3
run: |
# FILE_PATHS=$(printf "%s " "${PB_FILES_LIST[@]}")
# echo "PROTO_FILE_PATHS: $ {{ env.PROTO_FILE_PATHS }}"
bazel run //scripts:coverage_reporter -- $(pwd) ${{ env.PROTO_FILE_PATHS }}
# - name: Generate Markdown Coverage Report3
# run: |
# PFILE_PATHS=${{ env.PFILE_PATHS }}
# echo "PFILE_PATHS: $PFILE_PATHS"
# bazel run //scripts:coverage_reporter -- $(pwd) $PFILE_PATHS

- name: Upload Generated Markdown Report
uses: actions/upload-artifact@v4
with:
Expand All @@ -338,20 +319,10 @@ jobs:
with:
name: final-coverage-report

# - name: List all files
# run: |
# echo "Listing everything in uploading coverage report"
# ls -R

- name: Read Coverage Report
run: |
COVERAGE_REPORT_PATH=$(find . -name "CoverageReport.md" -type f)
echo "Coverage Report Path: $COVERAGE_REPORT_PATH"
# - name: Add comment
# uses: peter-evans/create-or-update-comment@v4
# with:
# issue-number: ${{ github.event.pull_request.number }}
# body-path: 'coverage_reports/CoverageReport.md'
- name: Add comment
uses: peter-evans/create-or-update-comment@v4
Expand Down

0 comments on commit 77fb7f6

Please sign in to comment.