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 ea09126 commit 56c836c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/comment_coverage_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,10 @@ jobs:
echo "No previous coverage comment found to compare; posting evaluated coverage comment."
echo "skip_coverage_comment=false" >> $GITHUB_ENV
fi
echo "skip_coverage_comment is: $skip_coverage_comment"
- name: Print skip coverage outputc
run: |
echo "skip coverage comment is: ${{ env.skip_coverage_comment }}"
- name: Upload Coverage Report as PR Comment
if: ${{ env.skip_coverage_comment == 'false' }}
Expand Down

0 comments on commit 56c836c

Please sign in to comment.