Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
manas-yu committed Nov 8, 2024
1 parent a1a0e8b commit 87fad6f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -328,3 +328,8 @@ jobs:
- name: Check that coverage status is passed
if: ${{ needs.compute_changed_files.outputs.can_skip_files != 'true' && needs.evaluate_code_coverage_reports.result != 'success' }}
run: exit 1
- name: Handle action required status
if: ${{ needs.code_coverage_run.result == 'action_required' || needs.evaluate_code_coverage_reports.result == 'action_required' }}
run: |
echo "Action required on code coverage. Review manually before proceeding."
exit 0

0 comments on commit 87fad6f

Please sign in to comment.