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 Dec 9, 2024
1 parent 08799b7 commit 0f93692
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 @@ -110,8 +110,8 @@ jobs:
echo "No previous coverage comment found to compare; posting evaluated coverage comment."
echo "skip_coverage_comment = false" >> $GITHUB_ENV
fi
echo "{{ env.skip_coverage_comment }}"
echo "skip_coverage_comment is: $skip_coverage_comment"
- name: Upload Coverage Report as PR Comment
if: ${{ env.skip_coverage_comment == 'false' }}
uses: peter-evans/create-or-update-comment@v4
Expand Down

0 comments on commit 0f93692

Please sign in to comment.