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 16, 2024
1 parent 319b970 commit 44857e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/comment_coverage_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ jobs:

- name: Compare coverage report with the comment body (workkkkk!!)
run: |
sed -i -e '$a\' CoverageReport.md
sed -i -e '$a\' comment.md
sed -i -e ':a' -e '/^\n*$/{$d;N;};/\n$/ba' CoverageReport.md
sed -i -e ':a' -e '/^\n*$/{$d;N;};/\n$/ba' comment.md
if diff --strip-trailing-cr CoverageReport.md comment.md > /dev/null; then
echo "No significant changes detected; skipping coverage comment."
Expand Down

0 comments on commit 44857e6

Please sign in to comment.