Skip to content

Commit

Permalink
Check coverage status pass with skip files present
Browse files Browse the repository at this point in the history
  • Loading branch information
Rd4dev committed Aug 14, 2024
1 parent 3f34443 commit fd3675d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -343,5 +343,5 @@ jobs:
run: exit 1

- name: Check that coverage status is passed
if: ${{ needs.evaluate-code-coverage-reports.result != 'success' }}
if: ${{ needs.compute_changed_files.outputs.can_skip_files != 'true' && needs.evaluate-code-coverage-reports.result != 'success' }}
run: exit 1

0 comments on commit fd3675d

Please sign in to comment.