Skip to content

Commit

Permalink
Changing the proto to MD as keeping the proto would skip the coverage…
Browse files Browse the repository at this point in the history
… status check as there is no call to the coverage reporter yet and that will only be introduced with the upcoming pr to upload the artifacts, and use them to derive a coverage status
  • Loading branch information
Rd4dev committed Aug 10, 2024
1 parent b655df7 commit 1d35054
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 @@ -240,7 +240,7 @@ jobs:
env:
CHANGED_FILES: ${{ env.CHANGED_FILES }}
run: |
bazel run //scripts:run_coverage -- $(pwd) $CHANGED_FILES --format=PROTO --processTimeout=15
bazel run //scripts:run_coverage -- $(pwd) $CHANGED_FILES --format=MARKDOWN --processTimeout=15
# Reference: https://github.community/t/127354/7.
check_coverage_results:
Expand Down

0 comments on commit 1d35054

Please sign in to comment.