Skip to content

Commit

Permalink
Adding setup bazel actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Rd4dev committed Aug 10, 2024
1 parent 4838527 commit b251288
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,11 @@ jobs:
PB_FILES_LIST=($(find . -name "coverage_report.pb" -type f -print0 | xargs -0 -n 1 echo))
echo "PB FILES: $PB_FILES_LIST"
- name: Set up Bazel
uses: abhinavsingh/setup-bazel@v3
with:
version: 6.5.0

- name: Generate Markdown Coverage Report
run: |
bazel run //scripts:coverage_reporter -- $(pwd) $PB_FILES_LIST
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ class CoverageReporter(
.associateBy { it.exemptedFilePath }
}


/**
* Generates a rich text report for the analysed coverage data based on the specified format.
* It supports Markdown and HTML formats.
Expand Down

0 comments on commit b251288

Please sign in to comment.