Skip to content

Commit

Permalink
Update comment_coverage_report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rd4dev authored Oct 15, 2024
1 parent de387a4 commit b7a733b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/comment_coverage_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ jobs:

- name: Compare coverage report with the comment body (workkkkk!!)
run: |
sed -i -e '$a\' CoverageReport.md
sed -i -e '$a\' comment.md
if diff --strip-trailing-cr CoverageReport.md comment.md > /dev/null; then
echo "No significant changes detected; skipping coverage comment."
echo "skip_coverage_comment=true" >> $GITHUB_ENV
Expand Down

0 comments on commit b7a733b

Please sign in to comment.